From 6525cff29fcdb2a6e6533cb467755dc95126e4d6 Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Tue, 1 Aug 2017 09:56:47 +0300 Subject: pwd for mongo_conf instead of password Change-Id: Ib9e534f80ab16d6b3c14877b633f929d60cffeb1 Signed-off-by: Koren Lev --- app/install/calipso-installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/install/calipso-installer.py') diff --git a/app/install/calipso-installer.py b/app/install/calipso-installer.py index bccddae..c088876 100644 --- a/app/install/calipso-installer.py +++ b/app/install/calipso-installer.py @@ -321,7 +321,7 @@ while container not in container_names: # starting the containers per arguments: if action == "start": # building /home/calipso/calipso_mongo_access.conf and /home/calipso/ldap.conf files, per the arguments: - calipso_mongo_access_text = "server " + args.hostname + "\nuser " + args.dbuser + "\npassword " + \ + calipso_mongo_access_text = "server " + args.hostname + "\nuser " + args.dbuser + "\npwd " + \ args.dbpassword + "\nauth_db calipso" ldap_text = "user admin" + "\npassword password" + "\nurl ldap://" + args.hostname + ":389" + \ "\nuser_id_attribute CN" + "\nuser_pass_attribute userpassword" + \ -- cgit 1.2.3-korg