summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-09-08 05:28:44 +0000
committerGerrit Code Review <review@openstack.org>2019-09-08 05:28:44 +0000
commite98585c03d2410ae2d17d8e346dea10dff90ee2e (patch)
treea431c8cfb47aa749719e91117d01dd1c5f215dea /releasenotes
parent5b811d96d0cb1db0930dd268563de860eb2d723b (diff)
parentf8cc121df034f45c19a79389c9e7d37976e76f12 (diff)
downloadpython-cinderclient-e98585c03d2410ae2d17d8e346dea10dff90ee2e.tar.gz
Merge "Drop 'endpoints' and 'credentials' commands"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml b/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml
index 3cf32c6..588dfdd 100644
--- a/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml
+++ b/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml
@@ -10,3 +10,9 @@ upgrade:
This version of the python-cinderclient no longer supports the Cinder v1
API. Ensure all mananaged services have at least the v2 API available prior
to upgrading this client.
+ - |
+ The ``cinder endpoints`` command was deprecated and has now been removed.
+ The command ``openstack catalog list`` should be used instead.
+ - |
+ The ``cinder credentials`` command was deprecated and has now been removed.
+ The command ``openstack token issue`` should be used instead.