Testing variable changes

This commit is contained in:
CEG 2017-06-07 12:32:50 -06:00
parent 05e240f37f
commit 9e5e7a38ec

View file

@ -720,7 +720,8 @@ def request_instance(vm_=None, call=None):
log.debug(floating_ip)
## END DEBUG
try:
floating_ip = conn.floating_ip_show(ip_address)
fl_ip = conn.floating_ip_show(ip_address)
floating_ip = str(fl_ip.ip)
log.debug("New:")
log.debug(floating_ip)
except Exception as err: