File: responsible_for_ports_allocation-5599dc59b3c98db2.yaml

package info (click to toggle)
python-neutron-lib 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,660 kB
  • sloc: python: 22,829; sh: 137; makefile: 24
file content (10 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
---
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.