cinder/cinder/api/validation
Eric Harney d5fed21fdf 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 8687925ce7)
(cherry picked from commit 51b92e9fa6)
2021-03-26 13:33:44 +00:00
..
__init__.py V3 jsonschema validation: base schema framework 2017-11-17 16:01:03 +05:30
parameter_types.py API validation: Add cinder_host type to support ipv6 in manage 2021-03-26 13:33:44 +00:00
validators.py validator: Replace InvalidInput exception w/ InvalidName 2020-04-07 16:21:41 -04:00