Dan Kenigsberg has uploaded a new change for review. Change subject: /me is tired of pep8 flavors ......................................................................
/me is tired of pep8 flavors Change-Id: I1c51176a1064837fd6a306f348b9959f82471ee1 Signed-off-by: Dan Kenigsberg <[email protected]> --- M vdsm_hooks/openstacknet/after_device_create.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/59/16559/1 diff --git a/vdsm_hooks/openstacknet/after_device_create.py b/vdsm_hooks/openstacknet/after_device_create.py index 86cc5db..e90d759 100755 --- a/vdsm_hooks/openstacknet/after_device_create.py +++ b/vdsm_hooks/openstacknet/after_device_create.py @@ -53,7 +53,7 @@ providerType = os.environ[PROVIDER_TYPE_KEY] pluginType = os.environ[PLUGIN_TYPE_KEY] if (providerType == OPENSTACK_NET_PROVIDER_TYPE and - pluginType == PT_BRIDGE): + pluginType == PT_BRIDGE): vNicId = os.environ[VNIC_ID_KEY] sys.stderr.write('Removing vNIC %s from %s for provider type %s' % (vNicId, DUMMY_BRIDGE, providerType)) -- To view, visit http://gerrit.ovirt.org/16559 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1c51176a1064837fd6a306f348b9959f82471ee1 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
