mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Removed empty debug log
This commit is contained in:
parent
3d9871fe11
commit
293bc64158
@ -729,7 +729,6 @@ def request_instance(vm_=None, call=None):
|
|||||||
for fl_ip, opts in six.iteritems(conn.floating_ip_list()):
|
for fl_ip, opts in six.iteritems(conn.floating_ip_list()):
|
||||||
if opts['fixed_ip'] is None and opts['pool'] == pool:
|
if opts['fixed_ip'] is None and opts['pool'] == pool:
|
||||||
floating_ip = fl_ip
|
floating_ip = fl_ip
|
||||||
log.debug
|
|
||||||
break
|
break
|
||||||
if floating_ip is None:
|
if floating_ip is None:
|
||||||
floating_ip = conn.floating_ip_create(pool)['ip']
|
floating_ip = conn.floating_ip_create(pool)['ip']
|
||||||
|
Loading…
Reference in New Issue
Block a user