nova/nova/api/openstack/placement
Ed Leafe a69e05d29a Add 'member_of' param to GET /allocation_candidates
The call to GET /allocation_candidates now accepts a 'member_of'
parameter, representing one or more aggregate UUIDs. If this parameter
is supplied, the allocation_candidates returned will be limited to those
with resource_providers that belong to at least one of the supplied
aggregates.

Blueprint: alloc-candidates-member-of

Change-Id: I5857e927a830914c96e040936804e322baccc24c
2018-03-16 16:32:02 +00:00
..
handlers Add 'member_of' param to GET /allocation_candidates 2018-03-16 16:32:02 +00:00
objects Add 'member_of' param to GET /allocation_candidates 2018-03-16 16:32:02 +00:00
schemas Add 'member_of' param to GET /allocation_candidates 2018-03-16 16:32:02 +00:00
__init__.py Add initial framing of placement API 2016-07-29 10:31:36 +00:00
auth.py placement: skip authentication on root URI 2017-12-11 17:28:36 +00:00
deploy.py Move resource provider objects into placement hierarchy 2018-03-13 09:01:31 +00:00
fault_wrap.py [placement] use simple FaultWrapper 2018-02-28 20:34:12 +00:00
handler.py [placement] use simple FaultWrapper 2018-02-28 20:34:12 +00:00
lib.py Add 'member_of' param to GET /allocation_candidates 2018-03-16 16:32:02 +00:00
microversion.py Add 'member_of' param to GET /allocation_candidates 2018-03-16 16:32:02 +00:00
policy.py [placement] Use modern attributes of oslo_context 2017-01-31 17:37:12 +00:00
requestlog.py [placement] set accept to application/json if accept not set 2017-11-07 15:25:31 +11:00
rest_api_version_history.rst Add 'member_of' param to GET /allocation_candidates 2018-03-16 16:32:02 +00:00
util.py Add 'member_of' param to GET /allocation_candidates 2018-03-16 16:32:02 +00:00
wsgi.py Log options at debug when starting API services under wsgi 2018-01-31 15:45:27 +00:00
wsgi_wrapper.py Placement api: set custom json_error_formatter in allocations 2017-02-09 16:19:18 +00:00