mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
CLOUDSTACK-6612: Resolved DB connection issue related to passing correct password
This commit is contained in:
parent
fe279ff3d0
commit
94a7dee395
@ -191,7 +191,7 @@ class CSTestClient(object):
|
||||
user = "cloud" if self.__dbSvrDetails.user is None \
|
||||
else self.__dbSvrDetails.user
|
||||
passwd = 'cloud' if self.__dbSvrDetails.passwd is None \
|
||||
else self.__dbSvrDetails.passd
|
||||
else self.__dbSvrDetails.passwd
|
||||
db = 'cloud' if self.__dbSvrDetails.db is None \
|
||||
else self.__dbSvrDetails.db
|
||||
self.__dbConnection = DbConnection(host, port, user, passwd, db)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user