summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects/versions.rst
blob: 0aa9a1b785d6cf788219eb3bf59a0e99a57bf45a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
========
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>]
        [--status <status>]

.. 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 a given region.

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

.. option:: --status <status>

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

    - SUPPORTED
    - CURRENT
    - DEPRECATED
    - EXPERIMENTAL

.. _service-types-authority: https://service-types.openstack.org/