placement/releasenotes/notes/placement-allocations-link-in-get-resource-providers-0b1d26a264eceb4b.yaml
Eric Fried c3d69d0ce1 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

7 lines
237 B
YAML

---
features:
- |
A new 1.11 API microversion is added to the Placement REST API. This adds
the ``resource_providers/{rp_uuid}/allocations`` link to the ``links``
section of the response from ``GET /resource_providers``.