Comment 5 for bug 1220809

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

Reviewed: https://review.openstack.org/157347
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=6d864ef65c73905370fe9c817fb81b262714bd2d
Submitter: Jenkins
Branch: master

commit 6d864ef65c73905370fe9c817fb81b262714bd2d
Author: Abhishek Talwar <email address hidden>
Date: Thu Feb 19 17:34:33 2015 +0530

    Correct help messages for image-update command

    Currently when you are trying to update the location of an image which
    is not in queued status you will get an error from the Glance API. The
    help message for --location and --copy-from arguments should be updated
    to inform the user that it works only for images in queued status.

    Co-Authored-By: Abhishek Talwar <email address hidden>
    Co-Authored-By: Kamil Rykowski <email address hidden>

    Change-Id: I82b14ffde3f301d7ffef68e984ba4ad2ae0f8b0f
    Closes-Bug: #1220809