nova/nova/api/validation
ghanshyam 9610b6e252 Use hard coded values in schema than reference
API request schema should be using hard coded values
than reference of other nova code.

If refference code is changed for any reason and without
knowledge of that is being used in schema then, it can
change the schema unintentionally which leads to API backward
incompatible change.

It is always better to use raw and hard coded values in schema
to avoid unintentional API changes.

This commit removes the db value reference from few schema.

Change-Id: Ie1431b7f08172292d77d72fd8d0471a2c1b392b0
2018-07-11 01:34:46 +00:00
..
__init__.py Invalid query parameter could lead to HTTP 500 2018-01-31 16:03:43 +08:00
parameter_types.py Use hard coded values in schema than reference 2018-07-11 01:34:46 +00:00
validators.py Merge "fix nova accepting invalid availability zone name with ':'" 2017-10-04 18:54:23 +00:00