mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Testing variable changes
This commit is contained in:
parent
05e240f37f
commit
9e5e7a38ec
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue