commit | abd6ead9fc5dde4d3d2ba13133fc67b5e130d9ca | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Fri Apr 24 02:03:07 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Fri Apr 24 02:03:07 2015 +0300 |
tree | 69db389d7528ce128032a4df235503243b367556 | |
parent | afd98748dbb15d1eaea0b7a634e787f7fa4134dc [diff] [blame] |
fixes, fixes, fixes
diff --git a/wally/sensors_utils.py b/wally/sensors_utils.py index 1bd2164..51a4dcb 100644 --- a/wally/sensors_utils.py +++ b/wally/sensors_utils.py
@@ -119,7 +119,10 @@ if undeploy: def remove_sensors_stage(cfg, ctx): + _, sensors_configs = get_sensors_config_for_nodes(cfg['sensors'], + nodes) stop_and_remove_sensors(sensors_configs) + ctx.clear_calls_stack.append(remove_sensors_stage) logger.info("Deploing new sensors on {0} node(s)".format(len(nodes)))