masakari/masakari
Dinesh Bhor 4f4c42bd8d Extracted HTTP response codes to constants
There are several places in the source code where HTTP response
codes are used as numeric values.

All of the used status codes are replaced with symbolic constants
from six.moves.http_client to improve code readibility.

Closes-Bug: #1520159

Change-Id: Ic5e439fb1f33962979536fe1ac5e5320e2c50c40
2017-01-10 12:25:41 +05:30
..
api Extracted HTTP response codes to constants 2017-01-10 12:25:41 +05:30
cmd Add RPC layer for masakari 2016-10-07 13:16:26 +05:30
common Add support for wsgi framework 2016-07-12 13:10:10 +05:30
compute Fix failing gate jobs due to removal of nova_client.service_catalog 2016-12-30 18:45:52 +00:00
conf Fix failing gate jobs due to removal of nova_client.service_catalog 2016-12-30 18:45:52 +00:00
db Add database related test cases 2016-12-09 18:30:55 +05:30
engine Merge "Avoid printing traceback if VM is not HA_Enabled" 2016-12-15 01:24:28 +00:00
ha Add business rule for process_notification 2016-11-04 15:24:12 +05:30
hacking Add a hacking rule to enforce use of LOG.warning 2016-08-04 09:45:40 +09:00
objects Add Masakari Object Serializer 2016-10-05 05:24:47 +00:00
tests Extracted HTTP response codes to constants 2017-01-10 12:25:41 +05:30
__init__.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
config.py Add RPC layer for masakari 2016-10-07 13:16:26 +05:30
context.py Add nova support in masakari 2016-11-04 15:39:21 +05:30
exception.py Extracted HTTP response codes to constants 2017-01-10 12:25:41 +05:30
i18n.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
manager.py Add masakari-engine support 2016-10-05 14:53:26 +05:30
policy.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
rpc.py Add RPC layer for masakari 2016-10-07 13:16:26 +05:30
safe_utils.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
service.py Add RPC layer for masakari 2016-10-07 13:16:26 +05:30
test.py Add database related test cases 2016-12-09 18:30:55 +05:30
utils.py Add TaskFlowDriver support to process notifications 2016-11-04 15:28:06 +05:30
version.py Add masakari-engine support 2016-10-05 14:53:26 +05:30
wsgi.py TrivialFix: Merge imports in code 2016-09-15 08:59:46 +07:00