allow vmware to query deploy arg from opts

This commit is contained in:
Ch3LL 2017-04-27 16:31:42 -04:00
parent abb42d1de3
commit 47cd491995
No known key found for this signature in database
GPG Key ID: E913CB5901E0C81C

View File

@ -2366,7 +2366,7 @@ def create(vm_):
'private_key', vm_, __opts__, search_global=False, default=None
)
deploy = config.get_cloud_config_value(
'deploy', vm_, __opts__, search_global=False, default=True
'deploy', vm_, __opts__, search_global=True, default=True
)
wait_for_ip_timeout = config.get_cloud_config_value(
'wait_for_ip_timeout', vm_, __opts__, default=20 * 60