diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-09-29 02:38:12 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-09-29 02:38:12 +0000 |
| commit | 08df1d0afcc182f3bf448a344e4ed9ca9ed1f65b (patch) | |
| tree | 3a35d12203ef8b12d96e459f7153868568b6de53 /doc | |
| parent | f41e27ec3ab60241ffc94969c47b16f84c2293da (diff) | |
| parent | 8d63b8b263ca4011761b062331d53d9b53b5031d (diff) | |
| download | python-openstackclient-08df1d0afcc182f3bf448a344e4ed9ca9ed1f65b.tar.gz | |
Merge "Implement "consistency group list" command"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/command-objects/consistency-group.rst | 26 | ||||
| -rw-r--r-- | doc/source/commands.rst | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/doc/source/command-objects/consistency-group.rst b/doc/source/command-objects/consistency-group.rst new file mode 100644 index 00000000..f24df0d1 --- /dev/null +++ b/doc/source/command-objects/consistency-group.rst @@ -0,0 +1,26 @@ +================= +consistency group +================= + +Block Storage v2 + +consistency group list +---------------------- + +List consistency groups. + +.. program:: consistency group list +.. code:: bash + + os consistency group list + [--all-projects] + [--long] + +.. option:: --all-projects + + Show detail for all projects. Admin only. + (defaults to False) + +.. option:: --long + + List additional fields in output diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 023be879..bf2c322a 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -80,6 +80,7 @@ referring to both Compute and Volume quotas. * ``compute agent``: (**Compute**) a cloud Compute agent available to a hypervisor * ``compute service``: (**Compute**) a cloud Compute process running on a host * ``configuration``: (**Internal**) OpenStack client configuration +* ``consistency group``: (**Volume**) a consistency group of volumes * ``console log``: (**Compute**) server console text dump * ``console url``: (**Compute**) server remote console URL * ``consumer``: (**Identity**) OAuth-based delegatee |
