diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-10-07 00:17:44 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-10-07 00:17:44 +0000 |
| commit | 23e821a86bca1603b3e5b005dacb0daec680e357 (patch) | |
| tree | f3eeb8b9b38e95eeb01bfdd72a4b083be30f7aec /doc/source/command-objects | |
| parent | f6678feea057484f99f1fc3f348945bed99682c4 (diff) | |
| parent | 1afb57453387f9f81d755f23d75d583b732e2d12 (diff) | |
| download | python-openstackclient-23e821a86bca1603b3e5b005dacb0daec680e357.tar.gz | |
Merge "Add tags to `image set`"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/image.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst index 8dce3662..c3fe77a1 100644 --- a/doc/source/command-objects/image.rst +++ b/doc/source/command-objects/image.rst @@ -238,6 +238,7 @@ Set image properties [--checksum <checksum>] [--stdin] [--property <key=value> [...] ] + [--tag <tag> [...] ] [--architecture <architecture>] [--instance-id <instance-id>] [--kernel-id <kernel-id>] @@ -344,6 +345,14 @@ Set image properties Set a property on this image (repeat option to set multiple properties) + .. versionadded:: 2 + +.. option:: --tag <tag> + + Set a tag on this image (repeat for multiple values) + + .. versionadded:: 2 + .. option:: --architecture <architecture> Operating system architecture |
