Merge "NSX: fix indentations"

This commit is contained in:
Jenkins 2014-07-02 04:01:54 +00:00 committed by Gerrit Code Review
commit b11ceb8d34
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."""