Pierre Prinetti 61ad83b575
versions: Fix 'versions show' help message
The command `openstack versions show --help` shows a copy-paste nit.

Change-Id: I9e4e86429ffd630c566bbdf2929e7995c9b0dbe1
Signed-off-by: Pierre Prinetti <pierreprinetti@redhat.com>
2019-11-01 11:25:40 +01:00

1.2 KiB

versions

Get a list of every version of every service in a given cloud.

versions show

Show service versions:

versions show

openstack versions show
    [--all-interfaces]
    [--interface <interface>]
    [--region-name <region-name>]
    [--service <service>]
    [--status <status>]

--all-interfaces

Return results for every interface of every service. [Mutually exclusive with --interface]

--interface <interface>

Limit results to only those on given interface. [Default 'public'. Mutually exclusive with --all-interfaces]

--region-name <region-name>

Limit results to only those from a given region.

--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.

--status <status>

Limit results to only those in the given state. Valid values are:

  • SUPPORTED
  • CURRENT
  • DEPRECATED
  • EXPERIMENTAL