Comment 7 for bug 1775140

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

Reviewed: https://review.openstack.org/572300
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=dcb4355e59de24481c2b669ccce54f3b7dba7ff1
Submitter: Zuul
Branch: master

commit dcb4355e59de24481c2b669ccce54f3b7dba7ff1
Author: wangxiyuan <email address hidden>
Date: Thu Jul 19 15:18:03 2018 +0800

    Use register_session_conf_options API

    Using this API is needed to correctly initialize the configuration.

    [keystone_authtoken] group is used for keystonemiddleware to validating
    token.

    The new [keystone] group is used for keystoneauth to initialization
    the keystone session.

    Co-Authored-By: wangxiyuan<email address hidden>

    Change-Id: Ie3ab512b0ab42c0f97b3099e0787f4edee08ddce
    Partial-Bug: #1775140