Merge "Fix setup of Neutron core plugin in VPNaaS UT"

This commit is contained in:
Jenkins 2014-10-07 02:29:25 +00:00 committed by Gerrit Code Review
commit d5024b4da3
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ class VPNPluginDbTestCase(VPNTestMixin,
service_plugins=service_plugins
)
self._subnet_id = uuidutils.generate_uuid()
self.core_plugin = TestVpnCorePlugin
self.core_plugin = TestVpnCorePlugin()
self.plugin = vpn_plugin.VPNPlugin()
ext_mgr = api_extensions.PluginAwareExtensionManager(
extensions_path,