dcb4355e59
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
12 lines
467 B
YAML
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.
|