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

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


The following commit(s) were added to refs/heads/bugfix-DLAB-750 by this push:
     new 685f322  DLAB-750 changed script for billing configuration
685f322 is described below

commit 685f3226e08ce94886a598ba6009e38d1ea1fb6b
Author: bhliva <bohdan_hl...@epam.com>
AuthorDate: Thu Jun 20 13:58:37 2019 +0300

    DLAB-750 changed script for billing configuration
---
 infrastructure-provisioning/src/ssn/scripts/configure_billing.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_billing.py 
b/infrastructure-provisioning/src/ssn/scripts/configure_billing.py
index ef05e8a..7d07b50 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_billing.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_billing.py
@@ -68,8 +68,6 @@ def yml_billing(path):
         if args.cloud_provider == 'aws':
             if args.aws_job_enabled == 'true':
                 args.tag_resource_id =  'resourceTags' + ':' + 
args.tag_resource_id
-            elif args.aws_job_enabled == 'false':
-                args.tag_resource_id = 'user' + ':' + args.tag_resource_id
             config_orig = config_orig.replace('<BILLING_BUCKET_NAME>', 
args.billing_bucket)
             config_orig = config_orig.replace('<AWS_JOB_ENABLED>', 
args.aws_job_enabled)
             config_orig = config_orig.replace('<REPORT_PATH>', 
args.report_path)


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

Reply via email to