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

adamsd pushed a commit to branch fix-develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/fix-develop by this push:
     new fba1e54  Fix develop2.
fba1e54 is described below

commit fba1e546d23b998d4b2684637b0179369dd1c4eb
Author: AdamsDisturber <adamsdistur...@gmail.com>
AuthorDate: Mon Sep 16 14:11:00 2019 +0300

    Fix develop2.
---
 infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py | 2 --
 infrastructure-provisioning/src/general/lib/os/redhat/ssn_lib.py | 2 --
 2 files changed, 4 deletions(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py 
b/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py
index 5566e92..04d038b 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py
@@ -247,8 +247,6 @@ def start_ss(keyfile, host_string, dlab_conf_dir, web_path,
                 append_result("Unable to upload webapp jars")
                 sys.exit(1)
             if billing_enabled:
-                if cloud_provider != "gcp":
-                    billing_dataset_name = ""
                 local('scp -i {} /root/scripts/configure_billing.py 
{}:/tmp/configure_billing.py'.format(keyfile,
                                                                                
                          host_string))
                 params = '--cloud_provider {} ' \
diff --git a/infrastructure-provisioning/src/general/lib/os/redhat/ssn_lib.py 
b/infrastructure-provisioning/src/general/lib/os/redhat/ssn_lib.py
index 382e520..5935c5f 100644
--- a/infrastructure-provisioning/src/general/lib/os/redhat/ssn_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/redhat/ssn_lib.py
@@ -276,8 +276,6 @@ def start_ss(keyfile, host_string, dlab_conf_dir, web_path,
                 sys.exit(1)
 
             if billing_enabled:
-                if cloud_provider != "gcp":
-                    billing_dataset_name = ""
                 local('scp -i {} /root/scripts/configure_billing.py 
{}:/tmp/configure_billing.py'.format(keyfile,
                                                                                
                          host_string))
                 params = '--cloud_provider {} ' \


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

Reply via email to