Comment 5 for bug 1904892

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/train)

Reviewed: https://review.opendev.org/c/openstack/cinder/+/789846
Committed: https://opendev.org/openstack/cinder/commit/1644aab33b62adb2042ea709b685fc093e449ff0
Submitter: "Zuul (22348)"
Branch: stable/train

commit 1644aab33b62adb2042ea709b685fc093e449ff0
Author: Eric Harney <email address hidden>
Date: Thu Nov 19 11:21:57 2020 -0500

    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
    (cherry picked from commit 8687925ce7b0e8f707006394f762a8f0a2ee60f3)
    (cherry picked from commit 51b92e9fa64baa3d362dd704ef064d042ef9541e)
    (cherry picked from commit d5fed21fdfa754ca34d36ef5b0247394146bb961)