nova/nova/api/openstack/placement
Eric Fried a9105b4904 Include /resource_providers/uuid/allocations link
/resource_providers/{rp_uuid}/allocations has been available since
microversion 1.0 [1], but wasn't listed in the "links" section of the
GET /resource_providers response.  This change adds the link in a new
microversion, 1.11

[1] https://review.openstack.org/#/c/366789/

Closes-Bug: #1714275

Change-Id: I6a1d320ce914926791d5f45e89bf4c601a6b10a0
2017-10-23 14:08:05 -05:00
..
handlers Include /resource_providers/uuid/allocations link 2017-10-23 14:08:05 -05:00
__init__.py Add initial framing of placement API 2016-07-29 10:31:36 +00:00
auth.py Remove unused CONF import from placement/auth.py 2017-06-07 21:04:38 +00:00
deploy.py Add rudimentary CORS support to placement API 2017-01-16 12:04:24 +00:00
handler.py [placement] Avoid error log on 405 response 2017-08-03 12:07:29 +01:00
microversion.py Include /resource_providers/uuid/allocations link 2017-10-23 14:08:05 -05:00
policy.py [placement] Use modern attributes of oslo_context 2017-01-31 17:37:12 +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 Include /resource_providers/uuid/allocations link 2017-10-23 14:08:05 -05:00
util.py return 400 Bad Request when empty string resources 2017-06-26 09:36:44 -04:00
wsgi.py flake8: Specify 'nova' as name of app 2017-03-16 13:48:51 -07:00
wsgi_wrapper.py Placement api: set custom json_error_formatter in allocations 2017-02-09 16:19:18 +00:00