commit | c368eb6c49b6bac24ad65e6c20516414437e2e7a | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Tue Apr 28 18:22:01 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Fri May 01 17:25:10 2015 +0300 |
tree | 53f132d14e23741bab0724ee12acae358de16b27 | |
parent | 70d2e10bd2083bf5b1499c48c369c1fb1587b3f0 [diff] [blame] |
improve OS preparation, change config structure
diff --git a/wally/fuel_rest_api.py b/wally/fuel_rest_api.py index 737bf2e..0567e71 100644 --- a/wally/fuel_rest_api.py +++ b/wally/fuel_rest_api.py
@@ -287,6 +287,7 @@ if net['name'] == network: iface_name = net['dev'] for iface in self.get_info()['meta']['interfaces']: + print iface, net['ip'] if iface['name'] == iface_name: try: return iface['ip']