Merge "Fixes pep8 nit"

This commit is contained in:
Jenkins 2012-11-27 09:05:13 +00:00 committed by Gerrit Code Review
commit 815011fee6

View File

@ -844,7 +844,7 @@ class NvpPluginV2(db_base_plugin_v2.QuantumDbPluginV2):
nvplib.delete_port(cluster, port)
LOG.debug("delete_port() completed for tenant: %s" % context.tenant_id)
return super(NvpPluginV2, self).delete_port(context, id)
return super(NvpPluginV2, self).delete_port(context, id)
def get_port(self, context, id, fields=None):
"""