nova/nova/api/validation
Stephen Finucane 58784943f7 api: Add framework for extra spec validation
Add the validation framework necessary to verify extra specs along with
the definitions for every extra spec we currently recognize in-tree.
None of this is currently used since we don't have the API microversions
wired up, but that will come in a future patch.

Note that we must add the H238 hacking check to the ignore list here,
since this includes our first use of Python 3-type classes without the
explicit 'object' subclass. This can be removed when that check is
removed from hacking.

Part of blueprint flavor-extra-spec-validators

Change-Id: Ib64a1348cce1dca995746214616c4f33d9d664bd
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-04-08 12:47:01 +00:00
..
extra_specs api: Add framework for extra spec validation 2020-04-08 12:47:01 +00:00
__init__.py Multiple API cleanup changes 2019-08-12 08:52:38 -05:00
parameter_types.py Allow PUT volume attachments API to modify delete_on_termination 2020-04-02 09:26:55 -07:00
validators.py hacking: Resolve W605 (invalid escape sequence) 2019-06-24 14:24:06 -05:00