Comment 9 for bug 1520159

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

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

commit da90ffda5de64957cad2fa2bae99aba23029ede1
Author: poojajadhav <email address hidden>
Date: Wed Jan 4 14:45:16 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, 201, and 202 under api/contrib 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: I944ab762a268886715b37bed1704e4fd56dae4fb