Merge pull request #39 from rodis/fix/dhc-2358-stop-syncing-routers

Remove call to super in the NvpPluginV2.__init__ method
This commit is contained in:
Ryan Petrello 2014-09-17 18:21:58 -04:00
commit 84084c21a2
1 changed files with 0 additions and 2 deletions

View File

@ -110,8 +110,6 @@ class NvpPluginV2(floatingip.ExplicitFloatingIPAllocationMixin,
)
def __init__(self):
super(NvpPluginV2, self).__init__()
# replace port drivers with Akanda compatible versions
self._port_drivers = {
'create': {