mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
removed unused place holder
removed unused string place holder
This commit is contained in:
parent
543b2d5dc7
commit
f8556451e5
@ -290,7 +290,7 @@ def wait_for_ip(vm_):
|
||||
time.sleep(1)
|
||||
return False
|
||||
|
||||
log.debug('Pulling VM {0} {1} seconds for an IP address'.format(vm_['name']))
|
||||
log.debug('Pulling VM {0} for an IP address'.format(vm_['name']))
|
||||
ip_address = salt.utils.cloud.wait_for_fun(poll_ip)
|
||||
|
||||
if ip_address is not False:
|
||||
|
Loading…
Reference in New Issue
Block a user