nova/nova/api
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
..
ec2 Remove unnecessary code added for ec2 deprecation 2016-07-20 23:37:11 +05:30
metadata Add a hacking rule for string interpolation at logging 2016-10-11 08:39:48 +00:00
openstack Implement get and set aggregates in the placement API 2016-11-17 17:32:13 +00:00
validation Strict ImageRef validation to UUID only 2016-08-04 02:22:15 +00:00
__init__.py Remove unused copyright from nova.api.__init__ 2014-01-10 16:24:50 +08:00
auth.py Use from_environ when creating a context 2016-07-14 12:04:21 +10:00
compute_req_id.py Remove 'v3' from comments in Nova API code 2015-09-14 14:10:58 +00:00
manager.py Remove vi modelines 2014-02-03 14:19:44 +00:00