summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2018-07-23 09:31:17 -0500
committerMonty Taylor <mordred@inaugust.com>2018-07-23 16:58:30 -0500
commit9ece632f96844fd78c2f717f2f6d35e61c3b9ef2 (patch)
tree24747b229075ea5b0b16b660074006f8da7020fe /releasenotes
parentee35409069b0f77984e912cfc0c90cb9cce52512 (diff)
downloadpython-openstackclient-9ece632f96844fd78c2f717f2f6d35e61c3b9ef2.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/versions-show-12a2443624c83048.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/versions-show-12a2443624c83048.yaml b/releasenotes/notes/versions-show-12a2443624c83048.yaml
new file mode 100644
index 00000000..4f5652f7
--- /dev/null
+++ b/releasenotes/notes/versions-show-12a2443624c83048.yaml
@@ -0,0 +1,7 @@
+---
+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.