From c202bb725fb6824552b629c06345cf69456e093e Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 26 Mar 2014 12:20:12 +0100 Subject: [PATCH] Fix indentation error in neutron-ha-tool Was introduced by last commit (1ab0e472) Change-Id: If54794b29c176394f5478390274d511cae672308 --- files/default/neutron-ha-tool.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/default/neutron-ha-tool.py b/files/default/neutron-ha-tool.py index fb1a3f8d..b83d7ac0 100755 --- a/files/default/neutron-ha-tool.py +++ b/files/default/neutron-ha-tool.py @@ -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): """