aboutsummaryrefslogtreecommitdiffstats
path: root/app/discover/fetchers/db/db_access.py
diff options
context:
space:
mode:
authorYaron Yogev <yaronyogev@gmail.com>2017-07-30 16:52:59 +0300
committerYaron Yogev <yaronyogev@gmail.com>2017-07-30 16:54:10 +0300
commitc22d277cf90c31b54e5b9f94cee38f7cddedcdc1 (patch)
tree37d7046d9020c07da86f2e0277b383305c43e659 /app/discover/fetchers/db/db_access.py
parent757bea2e71f3b23831b256c855cd97cd871d7b3d (diff)
US2801 changing all 'password' to 'pwd' on environment_configs and test data
Change-Id: I1e9615d7144a06b99ae0e04a2b2388194854e16a Signed-off-by: Yaron Yogev <yaronyogev@gmail.com>
Diffstat (limited to 'app/discover/fetchers/db/db_access.py')
-rw-r--r--app/discover/fetchers/db/db_access.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/discover/fetchers/db/db_access.py b/app/discover/fetchers/db/db_access.py
index 00bd776..ffe539d 100644
--- a/app/discover/fetchers/db/db_access.py
+++ b/app/discover/fetchers/db/db_access.py
@@ -66,7 +66,7 @@ class DbAccess(Fetcher):
cnf = self.conf
cnf['schema'] = cnf['schema'] if 'schema' in cnf else 'nova'
self.db_connect(cnf["host"], cnf["port"],
- cnf["user"], cnf["password"],
+ cnf["user"], cnf["pwd"],
cnf["schema"])
def get_objects_list_for_id(self, query, object_type, id):