nova/nova/tests/functional/api
Rafael Folco f903a6c56b DELETE all inventory for a resource provider
This patch adds a new method for deleting all inventories for a
resource provider: DELETE /resource-providers/{uuid}/inventories

Return codes:
204 NoContent on success
404 NotFound if the resource provider does not exist
405 MethodNotAllowed if a microversion is specified that is before
    this change (1.5)
409 Conflict if inventory in use or if some other request concurrently
    updates this resource provider

Change-Id: I1ecb12c888f873e8330367c8411d5a2ef0458495
Implements: bp delete-inventories-placement-api
2017-03-20 14:00:33 +00:00
..
openstack DELETE all inventory for a resource provider 2017-03-20 14:00:33 +00:00
__init__.py move the integrated tests into the functional tree 2014-11-26 13:17:20 -05:00
client.py Add regression test for bug 1670627 2017-03-11 17:19:08 -05:00