Skip to content

Commit b5b5fdd

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Add missing command/configuration object"
2 parents 45d6c1f + b733ecf commit b5b5fdd

5 files changed

Lines changed: 89 additions & 2 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
=======
2+
command
3+
=======
4+
5+
Internal
6+
7+
Installed commands in the OSC process.
8+
9+
command list
10+
------------
11+
12+
List recognized commands by group
13+
14+
.. program:: command list
15+
.. code:: bash
16+
17+
os command list

doc/source/command-objects/configuration.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@ show different configurations.
1616
.. code:: bash
1717
1818
os configuration show
19+
[--mask | --unmask]
20+
21+
.. option:: --mask
22+
23+
Attempt to mask passwords (default)
24+
25+
.. option:: --unmask
26+
27+
Show password in clear text
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
====
2+
host
3+
====
4+
5+
Compute v2
6+
7+
The physical computer running a hypervisor.
8+
9+
host list
10+
---------
11+
12+
List all hosts
13+
14+
.. program:: host list
15+
.. code:: bash
16+
17+
os host list
18+
[--zone <availability-zone>]
19+
20+
.. option:: --zone <availability-zone>
21+
22+
Only return hosts in the availability zone
23+
24+
host show
25+
---------
26+
27+
Display host details
28+
29+
.. program:: host show
30+
.. code:: bash
31+
32+
os host show
33+
<host>
34+
35+
.. describe:: <host>
36+
37+
Name of host
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
======
2+
module
3+
======
4+
5+
Internal
6+
7+
Installed Python modules in the OSC process.
8+
9+
module list
10+
-----------
11+
12+
List module versions
13+
14+
.. program:: module list
15+
.. code:: bash
16+
17+
os module list
18+
[--all]
19+
20+
.. option:: --all
21+
22+
Show all modules that have version information

doc/source/commands.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ referring to both Compute and Volume quotas.
7474
* ``aggregate``: (**Compute**) a grouping of servers
7575
* ``backup``: (**Volume**) a volume copy
7676
* ``catalog``: (**Identity**) service catalog
77+
* ``command``: (**Internal**) installed commands in the OSC process
78+
* ``configuration``: (**Internal**) openstack client configuration
7779
* ``console log``: (**Compute**) server console text dump
7880
* ``console url``: (**Compute**) server remote console URL
7981
* ``consumer``: (**Identity**) OAuth-based delegatee
@@ -86,7 +88,7 @@ referring to both Compute and Volume quotas.
8688
* ``federation protocol``: (**Identity**) the underlying protocol used while federating identities
8789
* ``flavor``: (**Compute**) predefined server configurations: ram, root disk, etc
8890
* ``group``: (**Identity**) a grouping of users
89-
* ``host``: Compute - the physical computer running a hypervisor
91+
* ``host``: (**Compute**) - the physical computer running a hypervisor
9092
* ``hypervisor``: (**Compute**) the virtual machine manager
9193
* ``hypervisor stats``: (**Compute**) hypervisor statistics over all compute nodes
9294
* ``identity provider``: (**Identity**) a source of users and authentication
@@ -97,7 +99,7 @@ referring to both Compute and Volume quotas.
9799
* ``keypair``: (**Compute**) an SSH public key
98100
* ``limits``: (**Compute**, **Volume**) resource usage limits
99101
* ``mapping``: (**Identity**) a definition to translate identity provider attributes to Identity concepts
100-
* ``module``: internal - installed Python modules in the OSC process
102+
* ``module``: (**Internal**) - installed Python modules in the OSC process
101103
* ``network``: (**Compute**, **Network**) - a virtual network for connecting servers and other resources
102104
* ``object``: (**Object Storage**) a single file in the Object Storage
103105
* ``policy``: (**Identity**) determines authorization

0 commit comments

Comments
 (0)