nova/nova/api/openstack/placement
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
..
handlers Implement get and set aggregates in the placement API 2016-11-17 17:32:13 +00:00
__init__.py Add initial framing of placement API 2016-07-29 10:31:36 +00:00
auth.py Add support for resource_providers urls 2016-08-16 13:24:44 +00:00
deploy.py [placement] reorder middleware to correct logging context 2016-09-28 21:13:00 +00:00
handler.py Implement get and set aggregates in the placement API 2016-11-17 17:32:13 +00:00
microversion.py Implement get and set aggregates in the placement API 2016-11-17 17:32:13 +00:00
policy.py Replace admin check with policy check in placement API 2016-10-31 12:46:39 +00:00
requestlog.py [placement] clean up some nits in the requestlog middleware 2016-09-07 09:23:02 +00:00
rest_api_version_history.rst Implement get and set aggregates in the placement API 2016-11-17 17:32:13 +00:00
util.py Correct bug in microversion headers in placement 2016-10-14 14:07:30 -04:00
wsgi.py [placement] Fix misleading comment in wsgi loader 2016-09-05 13:14:02 +00:00