From c1da584e6e03199093874ac9de93d6747504d3e4 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Tue, 1 Jul 2014 02:03:45 -0700 Subject: [PATCH] NSX: fix indentations Commit f43eb49f56accab87e4d1b6defcf78d1e697f9e6 had invalid indentations. Change-Id: I795d1960e79cc6fae889fbe8fca264d9e60e6f08 --- neutron/plugins/vmware/plugins/service.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.""" -- 2.45.2