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/05 09:18:58 UTC

[incubator-dlab] branch DLAB-1565 updated: [DLAB-1565]: Convey billing for remote endpoints - billing.yml according to cloud provider fixed

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

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


The following commit(s) were added to refs/heads/DLAB-1565 by this push:
     new a457dc5  [DLAB-1565]: Convey billing for remote endpoints - billing.yml according to cloud provider fixed
a457dc5 is described below

commit a457dc5d9502f821c142e989a6c92001d60e26e6
Author: Mykola_Bodnar1 <bo...@gmail.com>
AuthorDate: Thu Mar 5 11:18:43 2020 +0200

    [DLAB-1565]: Convey billing for remote endpoints - billing.yml according to cloud provider fixed
---
 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 85fe9d7..da5650a 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -650,8 +650,8 @@ def configure_guacamole():
 def configure_billing_endpoint():
     try:
         if args.billing_enable:
-            conn.put('./billing_{0}.yml', '{1}/conf/billing.yml'
-                     .format(args.cloud_provider, args.dlab_path))
+            conn.put('./billing_{0}.yml'.format(args.cloud_provider), '{1}/conf/billing.yml'
+                     .format(args.dlab_path))
             billing_yml_path = "{}/conf/billing.yml".format(args.dlab_path)
             if args.cloud_provider == 'aws':
                 if args.aws_job_enabled == 'true':


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