cinder/cinder
poojajadhav 9f874a9ca0 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 202, 204, 300 and 412 under api/v3 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: I60d8d99827bfa1a6fc5b6dbb67d1d1fb3a3b95fe
2017-02-01 12:53:45 +00:00
..
api Extracted HTTP response codes to constants 2017-02-01 12:53:45 +00:00
backup Refactor backup RPC API test cases 2017-01-23 11:14:10 +01:00
brick Provide cfg to ignore lvm descriptor leak warnings 2016-09-26 09:20:58 +00:00
cmd Merge "Add prefix to user message event ids" 2017-01-18 16:31:23 +00:00
common Add orm type check for paginate_query 2017-01-05 06:40:07 +00:00
compute Merge "Improve compatibility with novaclient 7.0.0" 2017-01-18 23:47:57 +00:00
config Nosec subprocess with shell equal True from Bandit 2017-01-17 08:38:50 -06:00
consistencygroup Fix replication freeze mechanism 2017-01-19 10:42:24 +01:00
db Merge "Eager load projects when getting types by group" 2017-01-26 18:03:55 +00:00
group Fix replication freeze mechanism 2017-01-19 10:42:24 +01:00
hacking Switch ManageableSnaphots & ManageableVolumes list to OVO 2017-01-25 00:41:30 +00:00
image Merge "Check if volume node has enough space for image operations" 2017-01-27 09:09:15 +00:00
interface Add driver interface for groups 2016-11-30 13:48:45 -05:00
keymgr Only log insecure key manager warning once 2016-12-28 18:53:13 -06:00
locale Imported Translations from Zanata 2016-10-15 07:34:30 +00:00
message Add prefix to user message event ids 2017-01-13 11:27:20 +01:00
objects Switch ManageableSnaphots & ManageableVolumes list to OVO 2017-01-25 00:41:30 +00:00
releasenotes/notes Remove Kaminario deprecated option 2016-12-07 12:10:52 +00:00
scheduler Merge "Add assert_min_rpc_version decorator" 2017-01-26 08:58:57 +00:00
tests Merge "Rebrand and move EQLX driver to dell_emc folder" 2017-01-30 05:32:13 +00:00
transfer Add more operations to cluster 2016-12-20 19:20:52 +01:00
volume Merge "Rebrand and move EQLX driver to dell_emc folder" 2017-01-30 05:32:13 +00:00
wsgi Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
zonemanager Brcd zonemanager: Fix unstable command generation 2017-01-23 13:33:40 -05:00
__init__.py Set EVENTLET_NO_GREENDNS for IPv6 and dnspython compat 2016-11-11 13:19:07 -06:00
context.py Use to_policy_values for enforcing policy 2016-09-13 01:13:15 +00:00
coordination.py Update synchronized decorator 2016-10-12 10:25:33 -05:00
exception.py Make CappedVersionUnknown exception more useful 2017-01-24 13:33:00 +01:00
flow_utils.py Fix logging traceback in service logs 2016-12-20 12:39:07 +05:30
i18n.py
manager.py Make notify_service_capabilities cluster aware 2017-01-20 10:44:35 +01:00
opts.py Rebrand and move EQLX driver to dell_emc folder 2017-01-27 13:16:02 -06:00
policy.py Use to_policy_values for enforcing policy 2016-09-13 01:13:15 +00:00
quota.py Improve DB method naming consistency 2016-12-13 19:23:05 +01:00
quota_utils.py Cinder consistency group returning generic error message 2016-12-21 12:52:06 +08:00
rpc.py Add assert_min_rpc_version decorator 2017-01-24 22:47:11 +01:00
service.py Make Replication support Active-Active 2017-01-19 10:42:18 +01:00
ssh_utils.py Fix sshpool.remove code 2016-03-01 03:20:04 +00:00
test.py Refactor volume RPC API test cases 2017-01-20 13:39:04 +01:00
utils.py Merge "Use method is_valid_boolstr from oslo_utils" 2016-12-16 04:59:38 +00:00
version.py