Merge "Add image re/deactivate commands"

This commit is contained in:
Jenkins
2015-12-18 21:40:04 +00:00
committed by Gerrit Code Review
3 changed files with 101 additions and 2 deletions
doc/source/command-objects
openstackclient
image
tests

@@ -243,6 +243,7 @@ Set image properties
[--os-distro <os-distro>]
[--os-version <os-version>]
[--ramdisk-id <ramdisk-id>]
[--activate|--deactivate]
<image>
.. option:: --name <name>
@@ -387,6 +388,18 @@ Set image properties
.. versionadded:: 2
.. option:: --activate
Activate the image.
.. versionadded:: 2
.. option:: --deactivate
Deactivate the image.
.. versionadded:: 2
.. describe:: <image>
Image to modify (name or ID)