castellan/releasenotes/notes/use-barbican-region-name-config-option-31bec809292302b8.yaml
Takashi Kajinami 8c48341169 Allow specifying region of barbican endpoint
This change introduces a new option to define the region to which
the Barbican endpoint belongs. This is required if the deployment has
multiple regions and a single Keystone instance stores multiple
Barbican endpoints for different regions.
This change also ensures that the same interface and region are used
in endpoint detection and api version detection.

Change-Id: If2c0055d45922937e259a8f22f5879c9faa41e35
2021-02-03 12:11:09 +00:00

8 lines
255 B
YAML

---
features:
- |
The new ``[barbican] barbican_region_name`` option has been added.
This parameter is used to determine the proper Barbican endpoint in
the multi-region deployment which has a different Barbican endpoint in
each region.