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/20 14:35:39 UTC

[incubator-dlab] branch DLAB-1565-aws updated: [DLAB-1565]: [Azure] - 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 64f24fb  [DLAB-1565]: [Azure] - billing on remote endpoint fixes
64f24fb is described below

commit 64f24fbed54b6d483dfba17470569c6b8f38d33e
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Fri Mar 20 16:35:19 2020 +0200

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

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 14593b1..08e5fbb 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -347,8 +347,8 @@ def configure_supervisor_endpoint(endpoint_keystore_password):
                 conn.sudo('sed -i "s|CONF_PARAMETER|--spring.config.location=|g" {}/tmp/supervisor_svc.conf'
                           .format(args.dlab_path))
             elif args.cloud_provider == 'azure':
-            conn.sudo('sed -i "s|CONF_PARAMETER|--conf |g" {}/tmp/supervisor_svc.conf'
-                      .format(args.dlab_path))
+                conn.sudo('sed -i "s|CONF_PARAMETER|--conf |g" {}/tmp/supervisor_svc.conf'
+                        .format(args.dlab_path))
             conn.sudo('sed -i "s|OS_USR|{}|g" {}/tmp/supervisor_svc.conf'
                       .format(args.os_user, args.dlab_path))
             conn.sudo('sed -i "s|WEB_CONF|{}|g" {}/tmp/supervisor_svc.conf'


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