From: Gary Kotton Date: Tue, 1 Jul 2014 09:03:45 +0000 (-0700) Subject: NSX: fix indentations X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c1da584e6e03199093874ac9de93d6747504d3e4;p=openstack-build%2Fneutron-build.git NSX: fix indentations Commit f43eb49f56accab87e4d1b6defcf78d1e697f9e6 had invalid indentations. Change-Id: I795d1960e79cc6fae889fbe8fca264d9e60e6f08 --- diff --git a/neutron/plugins/vmware/plugins/service.py b/neutron/plugins/vmware/plugins/service.py index f9d70321a..fd9e82e92 100644 --- a/neutron/plugins/vmware/plugins/service.py +++ b/neutron/plugins/vmware/plugins/service.py @@ -1730,10 +1730,10 @@ class VcnsCallbacks(object): vcns_db.update_vcns_router_binding( context.session, neutron_router_id, edge_id=edge_id) else: - LOG.debug(_("Failed to deploy Edge for router %s"), name) - vcns_db.update_vcns_router_binding( - context.session, neutron_router_id, - status=service_constants.ERROR) + LOG.debug("Failed to deploy Edge for router %s", name) + vcns_db.update_vcns_router_binding( + context.session, neutron_router_id, + status=service_constants.ERROR) def edge_deploy_result(self, task): """callback when deployment task finished."""