diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-07-06 16:54:13 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-07-06 20:46:31 +0800 |
| commit | 3222ffc157b6e686249fb2e3d4375c89384bfb97 (patch) | |
| tree | 60ebbd508ff6d2dd6457f6dc9e4ac68b3b7cee8e /doc/source/command-objects | |
| parent | 4ce7dd53e8bbd70a97a667c7b39078d73495ec1f (diff) | |
| download | python-openstackclient-3222ffc157b6e686249fb2e3d4375c89384bfb97.tar.gz | |
Add "--property" option to "snapshot create" command in volumev2
Add "--property" option to "snapshot create" command
in volumev2 (v2 only) to support adding properties to
a new snapshot.
Change-Id: Ie0e90c9ccc2ac89b3b7b0ac89751fd864aada9a4
Closes-Bug: #1597192
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/snapshot.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/command-objects/snapshot.rst b/doc/source/command-objects/snapshot.rst index 90330118..8ac0b6b8 100644 --- a/doc/source/command-objects/snapshot.rst +++ b/doc/source/command-objects/snapshot.rst @@ -16,6 +16,7 @@ Create new snapshot [--name <name>] [--description <description>] [--force] + [--property <key=value> [...] ] <volume> .. option:: --name <name> @@ -30,6 +31,12 @@ Create new snapshot Create a snapshot attached to an instance. Default is False +.. option:: --property <key=value> + + Set a property to this snapshot (repeat option to set multiple properties) + + *Volume version 2 only* + .. _snapshot_create-snapshot: .. describe:: <volume> |
