From ae397565be6b734484d9e96c66f13de97762303c Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 9 Jun 2021 14:35:54 +0900 Subject: [PATCH] Add a release note on deprecation for removal of neutron CLI Change-Id: I866ade23cd76cf1e44e10eeb15dcc02cc8d0dc66 --- .../neutron-cli-deprecation-398823c87270a296.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/neutron-cli-deprecation-398823c87270a296.yaml diff --git a/releasenotes/notes/neutron-cli-deprecation-398823c87270a296.yaml b/releasenotes/notes/neutron-cli-deprecation-398823c87270a296.yaml new file mode 100644 index 000000000..a8065940e --- /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 `__ + in the OSC documentation would help you.