summaryrefslogtreecommitdiffstats
path: root/app/install
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-08-01 09:56:47 +0300
committerKoren Lev <korenlev@gmail.com>2017-08-01 09:56:47 +0300
commit6525cff29fcdb2a6e6533cb467755dc95126e4d6 (patch)
tree8077cbf6c6be3e6d70df7e1bb65ea7412268deb6 /app/install
parent8ceb922c0ab0f4b9f5a821282efa3a1e39c53765 (diff)
pwd for mongo_conf instead of password
Change-Id: Ib9e534f80ab16d6b3c14877b633f929d60cffeb1 Signed-off-by: Koren Lev <korenlev@gmail.com>
Diffstat (limited to 'app/install')
-rw-r--r--app/install/calipso-installer.py2
1 files changed, 1 insertions, 1 deletions
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" + \