mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #14748 from Linuturk/windows-password
should use password provided by API if it isn't specified in the configu...
This commit is contained in:
commit
3ad02ba4e2
@ -407,7 +407,7 @@ def create(vm_):
|
||||
'win_username', vm_, __opts__, default='Administrator'
|
||||
)
|
||||
deploy_kwargs['password'] = config.get_cloud_config_value(
|
||||
'win_password', vm_, __opts__, default=''
|
||||
'win_password', vm_, __opts__, default=data.extra['password']
|
||||
)
|
||||
|
||||
# Store what was used to the deploy the VM
|
||||
|
Loading…
Reference in New Issue
Block a user