cinder/cinder/api/validation
Eric Harney 9cc1499924 validator: Replace InvalidInput exception w/ InvalidName
Cases like empty names already generate the more descriptive
message:
  "ERROR: An invalid 'name' value was provided."

This makes the error for an excessively long name report the
same instead of the more generic:
  "ERROR: Invalid input received:"

Change-Id: I59cba80d3919c570d286c1c90adeb30f8507ff4f
2020-04-07 16:21:41 -04:00
..
__init__.py V3 jsonschema validation: base schema framework 2017-11-17 16:01:03 +05:30
parameter_types.py Fix duplicated words issue like " should should " 2020-01-06 10:53:18 +08:00
validators.py validator: Replace InvalidInput exception w/ InvalidName 2020-04-07 16:21:41 -04:00