You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/03/16 15:29:20 UTC

[incubator-dlab] branch DLAB-1628 updated: [DLAB-1628]: made variable lower-case

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

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


The following commit(s) were added to refs/heads/DLAB-1628 by this push:
     new a4ea0d8  [DLAB-1628]: made variable lower-case
a4ea0d8 is described below

commit a4ea0d8c44caba2eba968d88fce574b5ca79448e
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Mar 16 17:29:05 2020 +0200

    [DLAB-1628]: made variable lower-case
---
 .../general/scripts/aws/common_notebook_configure_dataengine-service.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/common_notebook_configure_dataengine-service.py b/infrastructure-provisioning/src/general/scripts/aws/common_notebook_configure_dataengine-service.py
index 0d51f8d..940516a 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/common_notebook_configure_dataengine-service.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/common_notebook_configure_dataengine-service.py
@@ -61,7 +61,7 @@ if __name__ == "__main__":
         notebook_config['endpoint_name'] = os.environ['endpoint_name']
         notebook_config['bucket_name'] = ('{0}-{1}-{2}-bucket'.format(notebook_config['service_base_name'],
                                                                       notebook_config['project_name'],
-                                                                      notebook_config['endpoint_name']))
+                                                                      notebook_config['endpoint_name'])).lower()
         notebook_config['cluster_name'] = dlab.meta_lib.get_not_configured_emr(notebook_config['tag_name'],
                                                                                notebook_config['notebook_name'], True)
         notebook_config['notebook_ip'] = dlab.meta_lib.get_instance_ip_address(


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