neutron-lib/releasenotes/notes/responsible_for_ports_allocation-5599dc59b3c98db2.yaml
Bence Romsics 679481f374 Mechanism driver API: responsible_for_rsc_provider
Allow mechanism manager to query drivers if they are responsible for a
resource provider or not.

Change-Id: Iea76d85c532b6bded2654062997738295ffc2f5b
Needed-By: https://review.openstack.org/574783
Partial-Bug: #1578989
See-Also: https://review.openstack.org/502306 (nova spec)
See-Also: https://review.openstack.org/508149 (neutron spec)
2018-07-03 10:46:14 +02:00

11 lines
492 B
YAML

---
features:
- |
New MechanismDriver API method: ``responsible_for_ports_allocation``.
Mechanism drivers wanting to support resource allocations for ports in
Placement (eg. wanting to guarantee some minimum bandwidth allocated
on the resource provider in the port's ``binding:profile.allocation``)
must implement this method. The default implementation reports not
being responsible for any resource providers, therefore unaffected
drivers need not be changed.