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/test/fetch/api_fetch/test_data/configurations.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/test/fetch/api_fetch') diff --git a/app/test/fetch/api_fetch/test_data/configurations.py b/app/test/fetch/api_fetch/test_data/configurations.py index ba15346..cca43be 100644 --- a/app/test/fetch/api_fetch/test_data/configurations.py +++ b/app/test/fetch/api_fetch/test_data/configurations.py @@ -13,7 +13,7 @@ CONFIGURATIONS = { "mock": "True", "host": "10.56.20.239", "name": "mysql", - "password": "102QreDdiD5sKcvNf9qbHrmr", + "pwd": "102QreDdiD5sKcvNf9qbHrmr", "port": 3307.0, "user": "root", "schema": "nova" @@ -38,7 +38,7 @@ CONFIGURATIONS = { "host": "10.56.20.239", "port": "5673", "user": "nova", - "password": "NF2nSv3SisooxPkCTr8fbfOa" + "pwd": "NF2nSv3SisooxPkCTr8fbfOa" } ], "distribution": "Mirantis-8.0", @@ -49,4 +49,4 @@ CONFIGURATIONS = { ], "operational": "yes", "type": "environment" -} \ No newline at end of file +} -- cgit 1.2.3-korg