Merge pull request #40939 from Ch3LL/fix_vmware_deploy

Allow vmware to query deploy arg from opts
This commit is contained in:
Mike Place 2017-04-28 05:40:25 -06:00 committed by GitHub
commit 8cb5ce2eb3

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