octavia/releasenotes/notes/fix-ipv6-address-enclosed-in-brackets-c1cfc4717465ba09.yaml
Michal Arbet a460698cd9 Fix octavia to accept [ipv6]:port
A host identified by an Internet Protocol literal
address, version 6 [RFC3513] or later, is
distinguished by enclosing the IP literal
within square brackets ("[" and "]").

This patch fixes octavia to be able parse and
use this format.

Story 2010655
Task 47687

Change-Id: Ib1e00a0b45776cfab80b9effb2690e12fea63e78
2023-03-21 11:30:57 +01:00

7 lines
204 B
YAML

---
fixes:
- |
Fix a bug that prevented the operating_status of a health-monitor to be
set to ONLINE when ipv6 addresses were enclosed within square brackets
in ``controller_ip_port_list``.