Removed !-password check

This commit is contained in:
Bartosz Burclaf 2016-06-10 17:38:00 +02:00 committed by rallytime
parent 0b7661244d
commit efbc09c1a6

View file

@ -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'](