magnum/releasenotes/notes/bug-2002981-trustee-auth-region-name-37796a4e6a274fb8.yaml
Andrei Ozerov a127c66957 Trustee: provide region_name to auth_url searching
Add "trustee_keystone_region_name" optional configuration parameter
that allows Magnum to specify a region when searching for auth_url
in the Identity service.
This parameter is useful for multi-regional OpenStack installations
with different Identity service for every region.

Task: 22990
Story: 2002981
Change-Id: I5dd70ac0fdcbc19761833ccae3f5496c154f0804
2018-07-24 19:22:01 +03:00

9 lines
352 B
YAML

---
fixes:
- |
Add `trustee_keystone_region_name` optional parameter to the `trust`
section. This parameter is useful for multi-regional OpenStack
installations with different Identity service for every region.
In such installation it is necessary to specify a region when searching
for `auth_url` to authenticate a trustee user.