yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #60327
[Bug 1520159] Re: HTTP response codes should be extracted to constants
** Also affects: swift
Importance: Undecided
Status: New
** No longer affects: swift
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1520159
Title:
HTTP response codes should be extracted to constants
Status in Cinder:
In Progress
Status in Glance:
Fix Released
Status in masakari:
In Progress
Bug description:
There are several places in the source code where HTTP response codes
are used as numeric values. These values should be extracted to a
common file and the numeric values should be replaced by constants.
For example:
common/auth.py:186
elif resp.status == 404: --> elif resp.status == HTTP_NOT_FOUND;
api/middleware/cache.py:261
if method == 'GET' and status_code == 204: --> if method == 'GET' and status_code == HTTP_NO_CONTENT:
To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1520159/+subscriptions
References