designate/designate/api/v2/views
Vinod Mangalpally a19e434cba Ensure that request body in v2 contains valid fields
Currently 'id' and other fields like 'created_at' and 'updated_at' can
be set in the request body.  Some of these fields are ignored and
some like 'id' can actual set the id.
With this change - remove 'id' from the list of valid keys and ensure
that only valid keys are present in the request body.
Closes-Bug: #1291518

Change-Id: I99f3f106c0004fa5521869e46da85f1053241eb5
2014-03-12 17:11:35 -05:00
..
__init__.py Add APIv2 Zones Controller 2013-08-27 13:45:15 +01:00
base.py Ensure that request body in v2 contains valid fields 2014-03-12 17:11:35 -05:00
blacklists.py Ensure that request body in v2 contains valid fields 2014-03-12 17:11:35 -05:00
floatingips.py Ensure APIv2 list respose formats are correct 2014-01-15 18:52:44 +00:00
limits.py Ensure APIv2 list respose formats are correct 2014-01-15 18:52:44 +00:00
nameservers.py Introduce nameservers endpoint for zones 2014-03-05 11:56:56 +01:00
records.py Ensure that request body in v2 contains valid fields 2014-03-12 17:11:35 -05:00
recordsets.py Ensure that request body in v2 contains valid fields 2014-03-12 17:11:35 -05:00
tlds.py Ensure that request body in v2 contains valid fields 2014-03-12 17:11:35 -05:00
zones.py Ensure that request body in v2 contains valid fields 2014-03-12 17:11:35 -05:00