summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2021-06-09 14:35:54 +0900
committerAkihiro Motoki <amotoki@gmail.com>2021-06-09 14:39:43 +0900
commitae397565be6b734484d9e96c66f13de97762303c (patch)
treef2b42fa45ed0704da6db94ca3bffb537d7f0d713
parent76dd26f9fdd35bf922509e587e25a30927517808 (diff)
downloadpython-neutronclient-ae397565be6b734484d9e96c66f13de97762303c.tar.gz
Add a release note on deprecation for removal of neutron CLI7.5.0
Change-Id: I866ade23cd76cf1e44e10eeb15dcc02cc8d0dc66
-rw-r--r--releasenotes/notes/neutron-cli-deprecation-398823c87270a296.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/neutron-cli-deprecation-398823c87270a296.yaml b/releasenotes/notes/neutron-cli-deprecation-398823c87270a296.yaml
new file mode 100644
index 0000000..a806594
--- /dev/null
+++ b/releasenotes/notes/neutron-cli-deprecation-398823c87270a296.yaml
@@ -0,0 +1,10 @@
+---
+deprecations:
+ - |
+ ``neutron`` CLI will be removed in 'Z' release.
+ While it has been marked as deprecated for removal for long,
+ all features in ``neutron`` CLI have been supported in ``openstack`` CLI
+ (OpenStackClient) as of Xena release and the neutron team plans to
+ remove it in 'Z' release. Consider using ``openstack`` CLI and
+ `Mapping Guide <https://docs.openstack.org/python-openstackclient/latest/cli/decoder.html#neutron-cli>`__
+ in the OSC documentation would help you.