mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pass correct var
another opps
This commit is contained in:
parent
f8556451e5
commit
508c3e6cbd
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ def _deploy(vm_):
|
|||
'''
|
||||
# TODO: review salt.utils.cloud.bootstrap(vm_, __opts__)
|
||||
# TODO: review salt.utils.cloud.wait_for_ip
|
||||
ip_address = wait_for_ip(vm_['name'])
|
||||
ip_address = wait_for_ip(vm_)
|
||||
|
||||
template_user = config.get_cloud_config_value(
|
||||
'template_user', vm_, __opts__
|
||||
|
|
Loading…
Add table
Reference in a new issue