cinder/releasenotes/notes/bug-1904892-ipv6-nfs-manage-391118115dfaaf54.yaml
Eric Harney 8687925ce7 API validation: Add cinder_host type to support ipv6 in manage
This will fail due to overly restrictive regex validation:
  cinder manage hostgroup@cloud#[dead:beef::cafe]:/cinder01 abcd

This is because validation for this call checks for a valid
hostname but needs to check for any string that would be a valid
"host" in Cinder, which is not the same thing.

Closes-Bug: #1904892
Change-Id: I1349e8d3eb422f9dcd533c54f922f7ab8133b753
2021-03-11 10:32:13 -05:00

8 lines
244 B
YAML

---
fixes:
- |
`Bug #1904892 <https://bugs.launchpad.net/cinder/+bug/1904892>`_:
Fix cinder manage operations for NFS backends using IPv6 addresses
in the NFS server address. These were previously rejected by the
Cinder API.