From 1afb57453387f9f81d755f23d75d583b732e2d12 Mon Sep 17 00:00:00 2001 From: NiallBunting Date: Wed, 23 Sep 2015 14:54:26 +0000 Subject: 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 Change-Id: Ie800fcbf8bbc0978c54ace3278750a18023e8ce4 --- doc/source/command-objects/image.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/source/command-objects') 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 ] [--stdin] [--property [...] ] + [--tag [...] ] [--architecture ] [--instance-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 + + Set a tag on this image (repeat for multiple values) + + .. versionadded:: 2 + .. option:: --architecture Operating system architecture -- cgit v1.2.1