kolla-ansible/releasenotes/notes/use-internal-endpoint-for-barbican-in-octavia-0bcdcf91a8adc95c.yaml
Xing Zhang 01ae01ec26
Make sure octavia uses internal endpoint to barbican
The octavia service communicates to the barbican service with
public endpoint_type by default[1], it should use internal
like other services.

[1] 0056b5175f/octavia/common/config.py (L533-L537)

Closes-Bug: #1875618
Change-Id: I90d2b0aeac090a3e2366341e260232fc1f0d6492
2020-04-28 18:55:32 +08:00

8 lines
220 B
YAML

---
fixes:
- |
Switch endpoint_type from public to internal for octavia
communicating with the barbican service. See
`bug 1875618 <https://bugs.launchpad.net/kolla-ansible/+bug/1875618>`__
for details.