nova/nova/api/openstack/placement/handlers
Chris Dent 44ca84a7e1 Implement get and set aggregates in the placement API
/resource_providers/{uuid}/aggregates
GET for a list of aggregate uuids associated with this resource
    provider
PUT to set the list of aggregate uuids associated with this this
    provider

The API requests map directly to set_ and get_ aggregates on the
ResourceProvider object.

This is implemented as placement API microversion 1.1. To make that
easier a raise_404_if_not_version helper method is added to the
microversion module.

The new rest_api_version_history doc is updated to reflect this
new version.

Change-Id: I514c15c7d387cf25bf7986d07baccf0e7a785f46
Partially-Implements: blueprint generic-resource-pools-ocata
2016-11-17 17:32:13 +00:00
..
__init__.py Add initial framing of placement API 2016-07-29 10:31:36 +00:00
aggregate.py Implement get and set aggregates in the placement API 2016-11-17 17:32:13 +00:00
allocation.py Merge "Placement api: 404 response do not indicate what was not found" 2016-11-16 11:41:06 +00:00
inventory.py placement: raise exc when resource class not found 2016-11-03 11:48:53 -04:00
resource_provider.py Placement api: 404 response do not indicate what was not found 2016-11-09 21:11:07 +00:00
root.py Add initial framing of placement API 2016-07-29 10:31:36 +00:00
usage.py Add support for usages in the placement API 2016-08-18 21:30:03 +00:00