diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-05-18 16:49:06 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-05-18 16:49:07 +0000 |
| commit | 7a0845ec1127b89073845f07425b17651b005c38 (patch) | |
| tree | 8e8bf31672c6572c34359004b91280d5149dfdfc /doc/source/command-objects | |
| parent | 78c20f6f38f26d18ad769c0660451237a856c60e (diff) | |
| parent | 189e4774f88243669ee1b9089d6c39021094c83d (diff) | |
| download | python-openstackclient-7a0845ec1127b89073845f07425b17651b005c38.tar.gz | |
Merge "Add support of setting snapshot state"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/snapshot.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/source/command-objects/snapshot.rst b/doc/source/command-objects/snapshot.rst index b4838684..90330118 100644 --- a/doc/source/command-objects/snapshot.rst +++ b/doc/source/command-objects/snapshot.rst @@ -2,7 +2,7 @@ snapshot ======== -Block Storage v1 +Block Storage v1, v2 snapshot create --------------- @@ -82,6 +82,7 @@ Set snapshot properties [--name <name>] [--description <description>] [--property <key=value> [...] ] + [--state <state>] <snapshot> .. _snapshot_restore-snapshot: @@ -97,6 +98,14 @@ Set snapshot properties Property to add or modify for this snapshot (repeat option to set multiple properties) +.. option:: --state <state> + + New snapshot state. + Valid values are "available", "error", "creating", + "deleting", and "error_deleting". + + *Volume version 2 only* + .. describe:: <snapshot> Snapshot to modify (name or ID) |
