8687925ce7
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
8 lines
244 B
YAML
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.
|