mistral/releasenotes/notes/load-keystoneauth-option-d9657d3052e82125.yaml
wangxiyuan dcb4355e59 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<wangxiyuan@huawei.com>

Change-Id: Ie3ab512b0ab42c0f97b3099e0787f4edee08ddce
Partial-Bug: #1775140
2018-07-20 09:22:59 +08:00

12 lines
467 B
YAML

---
fixes:
- |
A new config option section `[keystone]` is added. The options in the
section is from keystoneauth by default. Please use them to talk with
keystone session. If the option value is not set, to keep backward
compatibility, Mistral will read the value from the same option in
`[keystone_authtoken]`.
The override behvaior will be removed in Stein. Please update the options
into `[keystone]` if you still want to use them.