Comment 1 for bug 1549026

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

Reviewed: https://review.openstack.org/283850
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=c4c2c56042e7829aa9ee0c4b7fad93d039fb4841
Submitter: Jenkins
Branch: master

commit c4c2c56042e7829aa9ee0c4b7fad93d039fb4841
Author: Eric Harney <email address hidden>
Date: Tue Feb 23 17:55:08 2016 -0500

    Don't print HTTP codes for non-HTTP errors

    This changes:
     $ cinder rename asdf
     ERROR: Must supply either name or description. (HTTP 1)

    To:
     $ cinder rename asdf
     ERROR: Must supply either name or description.

    Affects rename, snapshot-rename, consisgroup-update,
    and consisgroup-create-from-src.
    (consisgroup-* previously printed HTTP 400.)

    Closes-Bug: #1549020
    Closes-Bug: #1549026
    Change-Id: Ia920b3b75b53170789b694cbdd49100bd6a72d21