blazar/blazar/tests/utils
Tetsuro Nakamura 3a7f6303ae Correct the project domain option for authorization
In blazar configuration, we have the following options:

* os_admin_user_domain_name
* os_admin_project_domain_name

They are used for Keystone authentication, but 
``os_admin_project_domain_name`` in the configuration file was not
reflected in Blazar. This is because the Blazar service used
``os_admin_user_domain_name" for both *project* and *user* domain name.

This patch fixes the bug and adds related tests.

Change-Id: Ifbca9f622afba3aa9f41296fff2d34afce22da0a
Closes-Bug: #1779660
2018-07-09 18:43:18 +00:00
..
openstack Correct the project domain option for authorization 2018-07-09 18:43:18 +00:00
__init__.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
test_plugins.py Move the convert_requirements method to the utils namespace 2017-07-03 14:45:41 +09:00
test_trusts.py Use parameters in config file for trust test 2018-06-20 01:32:41 +09:00