python-tripleoclient/releasenotes/notes/workflow-based-listings-6935d507c40a7e9d.yaml
Julie Pichon 4cbb6cc53b Add workflows-based role listing commands
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
2018-01-11 15:10:08 +00:00

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.