Gábor Antal 8a63622348 Extracted HTTP response codes to constants
There are several places in the source code where
HTTP response codes are used as numeric values.
These values are used from six.moves and the
numeric values are replaced by constants.

All of the used status codes were replaced with symbolic constants
from six.moves.http_client. More about six.moves.http_client can be
found at [2], under the table "Supported renames:".

Also, this change  improves code readibility.

This patchset does not extract numeric values
from the tests, but it can be found at [1].

[1]: Idfc7b043552f428f01ac3e47b270ee0639a8f5bc
[2]: https://pythonhosted.org/six/#module-six.moves

Change-Id: Ib9e26dcea927e96e65c626c18421621d3a29a64d
Partial-Bug: #1520159
2016-10-06 15:15:20 +00:00
2014-02-11 12:00:44 +08:00
2016-02-26 08:12:45 +01:00
2016-09-26 18:51:07 -04:00
2016-04-15 11:40:59 +05:30
2012-01-03 10:14:01 -05:00
2015-03-25 11:21:16 +01:00
2015-01-07 11:07:06 +00:00
2016-03-14 09:17:13 -04:00
2015-09-24 01:01:31 +00:00
2016-06-21 13:29:24 -04:00

Glance

Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images.

Use the following resources to learn more:

Description
OpenStack Image Management (Glance)
Readme 131 MiB
Languages
Python 99.9%