a9105b4904
/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
7 lines
237 B
YAML
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``.
|