Comment 4 for bug 1516661

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/257403
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=b3943d714275b276a973de9c52307e82c90be8bc
Submitter: Jenkins
Branch: master

commit b3943d714275b276a973de9c52307e82c90be8bc
Author: NiallBunting <email address hidden>
Date: Mon Dec 14 14:28:45 2015 +0000

    Add image re/deactivate commands

    This change allows admins to deactivate and reactivate their
    images. Currently this has to be done with the REST api or the
    glanceclient.

    This change introduces `--deactivate` and `--activate` for the `image
    set` command.

    This requires glanceclient 1.2.0. Which got bumped here:
    https://review.openstack.org/#/c/257512/

    Change-Id: I476c44a0343cdc92d58ddc93fb06470242de2345
    Depends-On: I2c370c6bf6ff664d94d756cc76aaa983fbdb8869
    Closes-Bug: 1516661