679481f374
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)
11 lines
492 B
YAML
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.
|