summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2022-04-05 17:48:01 +0100
committerStephen Finucane <stephenfin@redhat.com>2022-04-06 14:17:59 +0100
commit0fb7190c062a08a3969a71955c014e3a572cdc9e (patch)
tree3001530e3c0741f2bec3d563cf64c1dd4511e8d5 /releasenotes
parentcd08a847179d144fea03a7ffd8f92b06c387b966 (diff)
downloadpython-novaclient-0fb7190c062a08a3969a71955c014e3a572cdc9e.tar.gz
Deprecate nova CLI
It is time to signal that we're fully committed to delivering a pure OSC experience. Based on the neutron change from 6 (!!) years ago [1] [1] https://github.com/openstack/python-neutronclient/commit/3a64a7a166be25d40436fd40c8351a79267bd3c4 Change-Id: Ib80548e104a751179f36f2a6ebff9916d38fdf1e Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-cli-75074850847a8452.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-cli-75074850847a8452.yaml b/releasenotes/notes/deprecate-cli-75074850847a8452.yaml
new file mode 100644
index 00000000..6d51ce03
--- /dev/null
+++ b/releasenotes/notes/deprecate-cli-75074850847a8452.yaml
@@ -0,0 +1,9 @@
+---
+deprecations:
+ - |
+ The ``nova`` CLI is now deprecated. This is the signal that it is
+ time to start using the openstack CLI. No new features will be
+ added to the ``nova`` CLI, though fixes to the CLI will be assessed
+ on a case by case basis. Fixes to the API bindings, development of
+ new API bindings, and changes to the compute commands in the openstack
+ CLI are exempt from this deprecation.