mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removing string call
This commit is contained in:
parent
005995e1b0
commit
6fa3b976a5
1 changed files with 1 additions and 1 deletions
|
@ -721,7 +721,7 @@ def request_instance(vm_=None, call=None):
|
|||
# END DEBUG
|
||||
try:
|
||||
fl_ip_dict = conn.floating_ip_show(ip_address)
|
||||
floating_ip = str(fl_ip_dict['ip'])
|
||||
floating_ip = fl_ip_dict['ip']
|
||||
log.debug("New:")
|
||||
log.debug(floating_ip)
|
||||
except Exception as err:
|
||||
|
|
Loading…
Add table
Reference in a new issue