novajoin/novajoin
Ade Lee ade787b90c Add debug messages
We are having a hard time keeping track of which operations
correspond to which request.  This patch adds the ability to track
operations in the notifier with the message_id of the notification
being processed.  This message_id (which is generated by oslo is
a uuid

For the server, we could also set the message_id to the request_id
of the python-requests object received, but this is already
logged as part of the server logs.

Change-Id: Ie8b885a2b5cba6684e92c49eed4a99d24621402e
2019-08-22 07:54:17 +00:00
..
middleware Check policy when handling a HTTP request 2019-01-18 11:27:09 +01:00
releasenotes/notes Fix backoff mechanism 2019-08-20 11:02:07 -04:00
tests Remove unneeded call to nova API, defer other API calls 2019-01-29 15:09:16 +01:00
__init__.py Address issues found by pep8, pylint and unit tests 2016-11-09 19:52:38 +00:00
base.py Address issues found by pep8, pylint and unit tests 2016-11-09 19:52:38 +00:00
config.py Fix backoff mechanism 2019-08-20 11:02:07 -04:00
configure_ipa.py Fix errors preventing novajoin to start on Python 3 2018-11-26 17:55:15 +01:00
context.py Check policy when handling a HTTP request 2019-01-18 11:27:09 +01:00
errors.py Use Exception instead of StandardError 2016-11-29 11:06:44 +02:00
exception.py Fix backoff mechanism 2019-08-20 11:02:07 -04:00
glance.py Remove some guards around reading the configuration 2016-11-29 16:14:37 +00:00
ipa.py Add debug messages 2019-08-22 07:54:17 +00:00
join.py Add debug messages 2019-08-22 07:54:17 +00:00
keystone_client.py Added ability to generate config file 2017-01-04 12:14:30 -05:00
middleware.py Address more issues reported by pylint 2016-09-20 09:02:32 -04:00
notifications.py Add debug messages 2019-08-22 07:54:17 +00:00
nova.py Fix exception handling in novaclient 2017-01-05 16:37:03 +00:00
policy.py Change default policy to check service project and not role 2019-01-22 16:31:59 +02:00
test.py Add some basic REST API testing 2016-11-10 14:39:41 +00:00
util.py Handle compact services on multiple lines 2018-12-12 20:56:16 +00:00
wsgi.py Become 1.1.1 2019-02-07 19:33:24 +01:00