Change-Id: I87480415f55894e17458a85ef7918babaceb5e47
Closes-Bug:
1236627
class EmbraneFakePlugin(base.EmbranePlugin, extraroute_db.ExtraRoute_db_mixin,
l2.FakeL2Plugin):
- _plugin_support = sup.FakePluginSupport
+ _plugin_support = sup.FakePluginSupport()
def __init__(self):
'''First run plugin specific initialization, then Embrane's.'''
and the base EmbranePlugin for L3.
'''
- _plugin_support = openvswitch_support.OpenvswitchSupport
+ _plugin_support = openvswitch_support.OpenvswitchSupport()
def __init__(self):
'''First run plugin specific initialization, then Embrane's.'''