diff options
| author | NiallBunting <niall.bunting@hp.com> | 2015-09-23 14:54:26 +0000 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-10-06 20:14:34 +0000 |
| commit | 1afb57453387f9f81d755f23d75d583b732e2d12 (patch) | |
| tree | 5a1c11fab97585b4df39b9dc1575e33d770493fe /doc/source/command-objects | |
| parent | 201b1cee86a4df8ede6c97d962ac331ad0378140 (diff) | |
| download | python-openstackclient-1afb57453387f9f81d755f23d75d583b732e2d12.tar.gz | |
Add tags to `image set`
This adds --tag to the v2 version of `image set`. This
is another step to compatability between the osc image api.
Added merge of tags into existing tags and handling duplicates,
and tests for same.
Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com>
Change-Id: Ie800fcbf8bbc0978c54ace3278750a18023e8ce4
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 |
