Merge "Set correct plugin support in Embrane based plugins" into milestone-proposed

This commit is contained in:
Jenkins 2013-10-09 11:05:00 +00:00 committed by Gerrit Code Review
commit 8468eac35e
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ from neutron.plugins.embrane.l2base.fake import fakeplugin_support as sup
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.'''

View File

@ -29,7 +29,7 @@ class EmbraneOvsPlugin(base.EmbranePlugin, l2.OVSNeutronPluginV2):
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.'''