NSX: fix indentations

Commit f43eb49f56 had invalid
indentations.

Change-Id: I795d1960e79cc6fae889fbe8fca264d9e60e6f08
This commit is contained in:
Gary Kotton 2014-07-01 02:03:45 -07:00
parent b7bf77cc86
commit c1da584e6e
1 changed files with 4 additions and 4 deletions

View 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."""