diff options
| author | Zuul <zuul@review.openstack.org> | 2018-07-25 17:57:44 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-07-25 17:57:44 +0000 |
| commit | 7ae49c5b027deada21a9998cd1c993ef61e52641 (patch) | |
| tree | e221e7742c30bb8a7ee8a38e2f6f4f3942d16058 /doc/source/cli/command-objects | |
| parent | cc037e22a6fa0f35b5a9d8c66a357596ad4b2177 (diff) | |
| parent | 9ece632f96844fd78c2f717f2f6d35e61c3b9ef2 (diff) | |
| download | python-openstackclient-7ae49c5b027deada21a9998cd1c993ef61e52641.tar.gz | |
Merge "Add command to show all service versions"
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/versions.rst | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/versions.rst b/doc/source/cli/command-objects/versions.rst new file mode 100644 index 00000000..67425652 --- /dev/null +++ b/doc/source/cli/command-objects/versions.rst @@ -0,0 +1,41 @@ +======== +versions +======== + +Get a list of every version of every service in a given cloud. + +versions show +------------- + +Show service versions: + +.. program:: versions show +.. code:: bash + + openstack versions show + [--all-interfaces] + [--interface <interface>] + [--region-name <region-name>] + [--service <service>] + +.. option:: --all-interfaces + + Return results for every interface of every service. + [Mutually exclusive with --interface] + +.. option:: --interface <interface> + + Limit results to only those on given interface. + [Default 'public'. Mutually exclusive with --all-interfaces] + +.. option:: --region-name <region-name> + + Limit results to only those from region-name + +.. option:: --service <service> + + Limit results to only those for service. The argument should be either + an exact match to what is in the catalog or a known official value or + alias from `service-types-authority`_. + +.. _service-types-authority: https://service-types.openstack.org/ |
