python-openstackclient/releasenotes/notes/versions-show-12a2443624c83048.yaml
Monty Taylor 9ece632f96
Add command to show all service versions
Knowing what services and what versions of those services exist on a
cloud isn't always a spectacular experience. Add a command that will use
get_all_version_data from keystoneauth to produce a report of the
available services and the version info for each service.

Depends-On: https://review.openstack.org/584944
Change-Id: I84751c175d0c5f6d857a5473d2db6d5f1b41f946
2018-07-23 16:58:30 -05:00

8 lines
252 B
YAML

---
features:
- |
A new command, ``openstack versions show`` was added, which will
provide a list of all versions of all services in the cloud. It
includes relevant metadata, such as min/max microversion, endpoint,
status and region.