commit | f4b82c2e891595467a2a40b613ae5f4546359323 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Sat Apr 11 13:35:25 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Sat Apr 11 13:35:25 2015 +0300 |
tree | a73af6dba138d0e132bd4f5ceb71b80a7a5afda5 | |
parent | 66839a9ebdcd1abef5e0e1b67e77396977fbe0a7 [diff] [blame] |
pre-release updates, bug fixes
diff --git a/config.py b/config.py index e7830bb..ab9ec8c 100644 --- a/config.py +++ b/config.py
@@ -28,3 +28,4 @@ cfg_dict['vm_ids_fname'] = os.path.join(cfg_dict['var_dir'], 'os_vm_ids') cfg_dict['report'] = os.path.join(cfg_dict['var_dir'], 'report.html') + cfg_dict['log_file'] = os.path.join(cfg_dict['var_dir'], 'log.txt')