mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix for #24583 clouds/openstack.py kerying first time succeeds
This commit is contained in:
parent
4c64ee9d94
commit
c92c05fac0
1 changed files with 2 additions and 0 deletions
|
@ -295,6 +295,8 @@ def get_conn():
|
|||
)
|
||||
else:
|
||||
actual_password = provider_password
|
||||
else:
|
||||
actual_password = driver_password
|
||||
else:
|
||||
actual_password = password
|
||||
return driver(
|
||||
|
|
Loading…
Add table
Reference in a new issue