Comment 1 for bug 1779660

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to blazar (master)

Reviewed: https://review.openstack.org/578029
Committed: https://git.openstack.org/cgit/openstack/blazar/commit/?id=3a7f6303aea22ab1c589329fa61701b5b09e0f34
Submitter: Zuul
Branch: master

commit 3a7f6303aea22ab1c589329fa61701b5b09e0f34
Author: Tetsuro Nakamura <email address hidden>
Date: Tue Jun 26 17:45:58 2018 +0900

    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