keystone/releasenotes/notes/bug-1703666-b8a990f2bf5b62f0.yaml
Erik Olof Gunnar Andersson 1483e056bd Fixing multi-region support in templated v3 catalog
Previously each region had its own entry for each service_type
with only it's own endpoints listed. This patch changes this
so that each service type has the endpoints from all regions
listed.

We also move the flawed templated get_v3_catalog function call
from the base catalog class into the templated class.

Change-Id: Ifddf08990539b6ac7d8289d410092b2ae9f5cbed
Closes-Bug: #1703666
2018-03-13 11:10:08 -07:00

9 lines
360 B
YAML

---
fixes:
- |
[`bug 1703666 <https://bugs.launchpad.net/keystone/+bug/1703666>`_]
Fixing multi-region support for the templated v3 catalog by making sure
that the catalog contains only one definition per endpoint, and that
each region is listed under that endpoint. Previously each region
and endpoint would have had its own definition.