yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #84354
[Bug 1683752] Re: Evacuate API loses the json-schema validation in 2.13
** Changed in: nova/newton
Status: Fix Committed => Fix Released
** Changed in: nova/ocata
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1683752
Title:
Evacuate API loses the json-schema validation in 2.13
Status in OpenStack Compute (nova):
Fix Released
Status in OpenStack Compute (nova) newton series:
Fix Released
Status in OpenStack Compute (nova) ocata series:
Fix Released
Bug description:
Evacuate API loses the json-schema validation since the commit
c01d16e81af6cd9453ffe7133bdc6a4c82e4f6d5
http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/compute/evacuate.py?id=c01d16e81af6cd9453ffe7133bdc6a4c82e4f6d5#n80
@validation.schema(evacuate.evacuate, "2.1", "2.12")
@validation.schema(evacuate.evacuate_v214, "2.14")
def _evacuate(self, req, id, body):
...
The is a gap between two validation.schema decorator.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1683752/+subscriptions
References