4cbb6cc53b
This is to show all the available roles and their details. The --current flag shows the roles currently enabled for a given plan. The commands use a new namespace "overcloud roles" while the "overcloud role" commands are deprecated. It was difficult to set both in parallel while keeping user-friendly defaults, perhaps once the other commands are fully deprecated we can revisit. Implements blueprint: tripleoclient-list-available-roles Implements blueprint: tripleoclient-list-current-roles Depends-On: I23087bd38c3730c9f24e03e4d7c54688ae912b08 Change-Id: I5c90d4330b861dc8bde54197911e564a1955f4ac
14 lines
505 B
YAML
14 lines
505 B
YAML
---
|
|
features:
|
|
- |
|
|
New ``openstack overcloud roles`` ``list`` and ``show`` commands
|
|
were added in order to look at the roles as they are defined in the
|
|
plan in the Swift container.
|
|
deprecations:
|
|
- |
|
|
``openstack overcloud role list`` and ``openstack overcloud role
|
|
show`` are deprecated in favour of ``openstack overcloud roles
|
|
list`` and ``openstack overcloud roles show`` respectively. The new
|
|
commands operate directly on the plan rather than on the local
|
|
filesystem.
|