diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-12-08 17:44:42 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-12-08 17:44:42 +0000 |
| commit | b18dcfc4cbaadc30a27550a2bb30f94200645b06 (patch) | |
| tree | 6a7036b1fd5c8c46f0c22795526feb87a7e58075 /doc/source | |
| parent | a9be7a6c731c4f590004812a3b3737ea266e8fc2 (diff) | |
| parent | 3e9109bc7c9511b45568b299da897d977852d76d (diff) | |
| download | python-openstackclient-b18dcfc4cbaadc30a27550a2bb30f94200645b06.tar.gz | |
Merge "Add "consistency-group-snapshot" option to consistency group create"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/command-objects/consistency-group.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/command-objects/consistency-group.rst b/doc/source/command-objects/consistency-group.rst index 46682a56..05b52dd6 100644 --- a/doc/source/command-objects/consistency-group.rst +++ b/doc/source/command-objects/consistency-group.rst @@ -13,7 +13,7 @@ Create new consistency group. .. code:: bash os consistency group create - --volume-type <volume-type> | --consistency-group-source <consistency-group> + --volume-type <volume-type> | --consistency-group-source <consistency-group> | --consistency-group-snapshot <consistency-group-snapshot> [--description <description>] [--availability-zone <availability-zone>] [<name>] @@ -26,6 +26,10 @@ Create new consistency group. Existing consistency group (name or ID) +.. option:: --consistency-group-snapshot <consistency-group-snapshot> + + Existing consistency group snapshot (name or ID) + .. option:: --description <description> Description of this consistency group |
