cinder/cinder/api/validation
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
..
__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-11 10:32:13 -05:00
validators.py Remove six of dir cinder/api/* 2020-10-07 14:20:48 +08:00