summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
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 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f9c0b3ef..e2fd73bf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -51,6 +51,7 @@ openstack.common =
quota_list = openstackclient.common.quota:ListQuota
quota_set = openstackclient.common.quota:SetQuota
quota_show = openstackclient.common.quota:ShowQuota
+ versions_show = openstackclient.common.versions:ShowVersions
openstack.compute.v2 =
compute_agent_create = openstackclient.compute.v2.agent:CreateAgent