commit | 6e2ae79b7ccf3e694b6ed332c5d7eadab3361b57 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Wed Mar 04 18:02:24 2015 -0800 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Wed Mar 04 18:02:31 2015 -0800 |
tree | c0be94138c9942a2a06efb44eabb48946a917e94 | |
parent | dae5712aa99e9965ff9d4e3189f59822de3030d5 [diff] [blame] |
a lot of fixes and improvements
diff --git a/starts_vms.py b/starts_vms.py index de6c005..a4720cf 100644 --- a/starts_vms.py +++ b/starts_vms.py
@@ -123,7 +123,8 @@ names = map(name_templ.format, range(amount)) futures = [] - logger.debug("Requesting new vm") + logger.debug("Requesting new vms") + for name, flt_ip in zip(names, ips): params = (nova, name, keypair_name, img, fl, nics, vol_sz, flt_ip, scheduler_hints,