commit | 12ae0639606ff2ea6704acb5252444bf15225d07 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Wed Apr 15 01:13:43 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Wed Apr 15 01:13:43 2015 +0300 |
tree | 130c3adb3d040a30f97485114c44ed77f2716fc8 | |
parent | cee433464405bd1d931bd22f09bfefac3931257d [diff] [blame] |
fix sensors deploy code
diff --git a/sensors/deploy_sensors.py b/sensors/deploy_sensors.py index 3c715ef..feb8bcb 100644 --- a/sensors/deploy_sensors.py +++ b/sensors/deploy_sensors.py
@@ -17,6 +17,7 @@ def deploy_and_start_sensors(monitor_uri, config, remote_path='/tmp/sensors', connected_config=None): + paths = {os.path.dirname(__file__): remote_path} with ThreadPoolExecutor(max_workers=32) as executor: futures = []