novajoin/novajoin
Grzegorz Grasza db868ea7c1 Remove unneeded call to nova API, defer other API calls
We get an instance ID directly from nova, which calls our API,
consequently we don't need to call back to nova to double check
if the instance ID realy exists.

Additionally, defer calling keystone and glance APIs to the moment
that the retrieved objects are realy needed.

Change-Id: I64a20c88229490690798aaf75ca0d96d98032467
2019-01-29 15:09:16 +01:00
..
middleware Check policy when handling a HTTP request 2019-01-18 11:27:09 +01: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 Support versioned notifications 2018-11-26 10:57:26 +01: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 Check policy when handling a HTTP request 2019-01-18 11:27:09 +01:00
glance.py Remove some guards around reading the configuration 2016-11-29 16:14:37 +00:00
ipa.py Merge "Test compact_services metadata" 2018-12-19 20:50:58 +00:00
join.py Remove unneeded call to nova API, defer other API calls 2019-01-29 15:09:16 +01: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 Become 1.1.0 2019-01-08 13:54:33 +01: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.0 2019-01-08 13:54:33 +01:00