Merge "Change volume create --snapshot-id to --snapshot"

This commit is contained in:
Jenkins
2015-02-07 15:07:14 +00:00
committed by Gerrit Code Review
2 changed files with 15 additions and 6 deletions
doc/source/command-objects
openstackclient/volume/v1

@ -14,7 +14,7 @@ Create new volume
os volume create
--size <size>
[--snapshot-id <snapshot-id>]
[--snapshot <snapshot>]
[--description <description>]
[--type <volume-type>]
[--user <user>]
@ -29,9 +29,9 @@ Create new volume
New volume size in GB
.. option:: --snapshot-id <snapshot-id>
.. option:: --snapshot <snapshot>
Use <snapshot-id> as source of new volume
Use <snapshot> as source of new volume
.. option:: --description <description>