You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/04/21 08:03:08 UTC

[incubator-dlab] branch DLAB-1571 updated: [DLAB-1571]: [AWS] mongo password setting for billing fixed

This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DLAB-1571
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1571 by this push:
     new 4c8b468  [DLAB-1571]: [AWS] mongo password setting for billing fixed
4c8b468 is described below

commit 4c8b468a02d1f9d34e9c8c2ef0cae29e9b988cc4
Author: bodnarmykola <46...@users.noreply.github.com>
AuthorDate: Tue Apr 21 11:02:58 2020 +0300

    [DLAB-1571]: [AWS] mongo password setting for billing fixed
---
 infrastructure-provisioning/src/ssn/scripts/configure_billing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_billing.py b/infrastructure-provisioning/src/ssn/scripts/configure_billing.py
index e377fc4..1df44cc 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_billing.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_billing.py
@@ -141,7 +141,7 @@ def yml_billing_app(path):
             config_orig = config_yml_r.read()
 
         config_orig = config_orig.replace('MONGO_HOST', args.mongo_host)
-        config_orig = config_orig.replace('MONGO_PASSWORDD', args.mongo_password)
+        config_orig = config_orig.replace('MONGO_PASSWORD', args.mongo_password)
         config_orig = config_orig.replace('MONGO_PORT', args.mongo_port)
         config_orig = config_orig.replace('OS_USER', args.os_user)
         config_orig = config_orig.replace('KEY_STORE_PASSWORD', args.keystore_password)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org