cinder/cinder/api/v1
poojajadhav 92980e4972 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
2017-03-22 12:00:41 +05:30
..
__init__.py Moving api v1 implementation into v1 directory 2012-11-21 21:26:40 -08:00
router.py Reuse API v2 for v1 calls 2017-03-03 08:18:11 -06:00
snapshots.py Extracted HTTP response codes to constants 2017-03-22 12:00:41 +05:30
volumes.py Extracted HTTP response codes to constants 2017-03-22 12:00:41 +05:30