From c22d277cf90c31b54e5b9f94cee38f7cddedcdc1 Mon Sep 17 00:00:00 2001 From: Yaron Yogev Date: Sun, 30 Jul 2017 16:52:59 +0300 Subject: US2801 changing all 'password' to 'pwd' on environment_configs and test data Change-Id: I1e9615d7144a06b99ae0e04a2b2388194854e16a Signed-off-by: Yaron Yogev --- app/discover/fetchers/db/db_access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/discover/fetchers/db/db_access.py') 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): -- cgit 1.2.3-korg