Comment 21 for bug 1520159

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

Reviewed: https://review.openstack.org/426748
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=92980e4972356f16389539b4cc926d7b4ec1dc3c
Submitter: Jenkins
Branch: master

commit 92980e4972356f16389539b4cc926d7b4ec1dc3c
Author: poojajadhav <email address hidden>
Date: Wed Jan 4 15:59:44 2017 +0530

    Extracted HTTP response codes to constants

    There are several places in the source code where HTTP response
    codes are used as numeric values.

    Status codes 200, 202, 204, 300, 400, 401, 403, 404, 405, 409, 413,
    415, 500, 501, 503 under api/v1 and api/v2 are replaced with symbolic
    constants from six.moves.http_client thus improves code readability.
    More patches will be submitted to address other status codes.

    Partial-Bug: #1520159
    Change-Id: I7c61122a6b043d7d238bea95ef39d8fa97817df4