summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-cli-code-53969e9aa927e530.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/remove-cli-code-53969e9aa927e530.yaml')
-rw-r--r--releasenotes/notes/remove-cli-code-53969e9aa927e530.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-cli-code-53969e9aa927e530.yaml b/releasenotes/notes/remove-cli-code-53969e9aa927e530.yaml
new file mode 100644
index 0000000..92ab542
--- /dev/null
+++ b/releasenotes/notes/remove-cli-code-53969e9aa927e530.yaml
@@ -0,0 +1,12 @@
+prelude: >
+ |
+ This new version of ``python-neutronclient`` does not include the
+ command line interface code. The "neutron" script is no longer
+ supported. This project only contains the OpenStack Client bindings
+ that are currently being moved to OpenStack SDK
+ <https://bugs.launchpad.net/neutron/+bug/1999774>_.
+deprecations:
+ - |
+ This project no longer provides CLI support. All code has been removed.
+ Please use openstack CLI instead. See `openstack CLI command list
+ <https://docs.openstack.org/python-openstackclient/latest/cli/command-list.html>`_.