From: Koren Lev Date: Tue, 1 Aug 2017 06:56:47 +0000 (+0300) Subject: pwd for mongo_conf instead of password X-Git-Tag: opnfv-5.1.RC1~124 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6525cff29fcdb2a6e6533cb467755dc95126e4d6;p=calipso.git pwd for mongo_conf instead of password Change-Id: Ib9e534f80ab16d6b3c14877b633f929d60cffeb1 Signed-off-by: Koren Lev --- 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" + \