]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
NSX: fix indentations
authorGary Kotton <gkotton@vmware.com>
Tue, 1 Jul 2014 09:03:45 +0000 (02:03 -0700)
committerGary Kotton <gkotton@vmware.com>
Tue, 1 Jul 2014 18:17:13 +0000 (11:17 -0700)
Commit f43eb49f56accab87e4d1b6defcf78d1e697f9e6 had invalid
indentations.

Change-Id: I795d1960e79cc6fae889fbe8fca264d9e60e6f08

neutron/plugins/vmware/plugins/service.py

index f9d70321af10f8cbd0191a18fae5abfe00f8d3dc..fd9e82e92156ce8acf4a5f2725ec08dc151d4199 100644 (file)
@@ -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."""