mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #36853 from rallytime/bp-33939
Back-port #33939 to 2016.3
This commit is contained in:
commit
6a6bdf3e3f
1 changed files with 0 additions and 3 deletions
|
@ -310,9 +310,6 @@ def create(vm_):
|
|||
if str(data.get('default_password', '')) == '':
|
||||
time.sleep(1)
|
||||
return False
|
||||
if '!' not in data['default_password']:
|
||||
time.sleep(1)
|
||||
return False
|
||||
return data['default_password']
|
||||
|
||||
vm_['ssh_host'] = __utils__['cloud.wait_for_fun'](
|
||||
|
|
Loading…
Add table
Reference in a new issue