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/03/18 13:46:05 UTC

[incubator-dlab] branch DLAB-1565-aws updated: [DLAB-1565]: [AWS] - billing on remote endpoint fixes

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

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


The following commit(s) were added to refs/heads/DLAB-1565-aws by this push:
     new dc6907b  [DLAB-1565]: [AWS] - billing on remote endpoint fixes
dc6907b is described below

commit dc6907b4514cd5936cb6126a105c6c0dcaabc660
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Wed Mar 18 15:45:45 2020 +0200

    [DLAB-1565]: [AWS] - billing on remote endpoint fixes
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 20a36ac..6e6f7d1 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -342,7 +342,7 @@ def configure_supervisor_endpoint(endpoint_keystore_password):
                 args.vpc2_id = args.vpc_id
                 args.subnet2_id = args.subnet_id
                 conn.sudo('sed -i "s|CONF_PARAMETER|--spring.config.location={0}billing_app.yml --conf {0}|g" {1}/tmp/supervisor_svc.conf'
-                          .format(args.dlab_conf_dir, args.dlab_path))
+                          .format(dlab_conf_dir, args.dlab_path))
             if args.cloud_provider == 'gcp':
                 conn.sudo('sed -i "s|CONF_PARAMETER|--spring.config.location=|g" {}/tmp/supervisor_svc.conf'
                           .format(args.dlab_path))


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