diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2014-11-17 21:56:18 -0600 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2014-12-03 13:34:44 -0600 |
| commit | ac4950b46e65e5b3e4a98a0b0ce2a2c80747b3e8 (patch) | |
| tree | b8a64f12d2d25f035d4a76712ee7d725f3a720d3 /doc/source/commands.rst | |
| parent | cc54f989ec53efdf61563d3682ea787c49c21410 (diff) | |
| download | python-openstackclient-ac4950b46e65e5b3e4a98a0b0ce2a2c80747b3e8.tar.gz | |
Command object docs: server, server image
server
server image
Some cosmetic changes in the command source, sorting classes, help strings, etc.
Change-Id: I3f68dae77b9fe02bc6866684e05aeff943dd9cc3
Diffstat (limited to 'doc/source/commands.rst')
| -rw-r--r-- | doc/source/commands.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 250a8039..7b38134e 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -100,7 +100,8 @@ referring to both Compute and Volume quotas. * ``role``: Identity - a policy object used to determine authorization * ``security group``: Compute, Network - groups of network access rules * ``security group rule``: Compute, Network - the individual rules that define protocol/IP/port access -* ``server``: Compute - a virtual machine instance +* ``server``: (**Compute**) virtual machine instance +* ``server image``: (**Compute**) saved server disk image * ``service``: Identity - a cloud service * ``snapshot``: Volume - a point-in-time copy of a volume * ``token``: (**Identity**) a bearer token managed by Identity service |
