blazar/releasenotes/notes/bug-1779660-b623de868955e7d9.yaml
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

21 lines
851 B
YAML

---
fixes:
- |
In the `Blazar configuration`_, we have the following options:
* os_admin_user_domain_name
* os_admin_project_domain_name
They are used for Keystone authentication. However,
``os_admin_project_domain_name`` in the configuration file was not
reflected in Blazar. This was because internally in the Blazar service
``os_admin_user_domain_name`` was used wrongly for both the project domain
name and the user domain name.
This didn't affect operators who set neither of the values explicitly in
the configuration file, because the default values of the two options are
both set to ``Default``. This release fixes the bug for operators who set
either of the values explicitly.
.. _Blazar configuration: https://docs.openstack.org/blazar/latest/configuration/samples/blazar-conf.html