You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2019/11/08 13:54:34 UTC

[incubator-dlab] branch DLAB-433 updated: [DLAB-433] Fixed instance name bug

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

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


The following commit(s) were added to refs/heads/DLAB-433 by this push:
     new be0d8d9  [DLAB-433] Fixed instance name bug
be0d8d9 is described below

commit be0d8d995b2579d14abd3c7d6995903b2d22092c
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Fri Nov 8 15:54:19 2019 +0200

    [DLAB-433] Fixed instance name bug
---
 .../src/general/scripts/aws/jupyterlab_configure.py                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/jupyterlab_configure.py b/infrastructure-provisioning/src/general/scripts/aws/jupyterlab_configure.py
index f2a6fe6..1b36187 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/jupyterlab_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/jupyterlab_configure.py
@@ -54,7 +54,7 @@ if __name__ == "__main__":
     notebook_config['user_keyname'] = os.environ['edge_user_name']
     notebook_config['network_type'] = os.environ['conf_network_type']
     notebook_config['instance_name'] = '{}-{}-nb-{}-{}'.format(notebook_config['service_base_name'],
-                                                               os.environ['edge_user_name'],
+                                                               os.environ['project_name'],
                                                                notebook_config['exploratory_name'], args.uuid)
     notebook_config['shared_image_enabled'] = os.environ['conf_shared_image_enabled']
     notebook_config['image_enabled'] = os.environ['conf_image_enabled']


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