neutron/neutron/plugins/ml2/drivers/mech_sriov/mech_driver
Lajos Katona 97c9c4656d get_standard_device_mappings for mechdriver
get_mappings for machanism drivers return back different dicts for
different mechanism drivers. By adding get_standard_device_mappings
method SRIOV and OVS mechanism drivers can return a mapping dict in a
form like this one:
{'physnet_name': ['device_or_bridge_1', 'device_or_bridge_2']}

Change-Id: Ieddd9b3a4f3d7269aafc373f040c55b025f5c201
Related-Bug: #1578989
2018-12-13 09:52:01 +00:00
..
__init__.py Fix Consolidate sriov agent and driver code 2015-06-29 20:12:36 +00:00
exceptions.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
mech_driver.py get_standard_device_mappings for mechdriver 2018-12-13 09:52:01 +00:00