7a566e6915
The command `cinder endpoints` will now print a warning message, indicating that users should use openstackclient instead. This has already been done in nova's CLI [1]. Related-Bug: 1608166 [1] https://github.com/openstack/python-novaclient/blob/master/novaclient/v2/shell.py#L4071-L4072 Change-Id: If68b40cf8116aa0ec386d8067c58703cb7b7c0da
8 lines
255 B
YAML
8 lines
255 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``cinder endpoints`` command has been deprecated. This
|
|
command performs an identity operation, and should now be
|
|
handled by ``openstack catalog list``.
|
|
[Bug `1608166 <https://bugs.launchpad.net/bugs/1608166>`_]
|