Fix indentation error in neutron-ha-tool

Was introduced by last commit (1ab0e472)

Change-Id: If54794b29c176394f5478390274d511cae672308
This commit is contained in:
Ralf Haferkamp 2014-03-26 12:20:12 +01:00
parent 1b204b6c75
commit c202bb725f
1 changed files with 3 additions and 2 deletions

View File

@ -194,8 +194,9 @@ def l3_agent_check(qclient):
LOG.info("Would like to migrate router=%s to agent=%s",
router_id, target_id)
if migration_count > 0:
sys.exit(2)
if migration_count > 0:
sys.exit(2)
def l3_agent_migrate(qclient, noop=False, now=False):
"""