This is an automated email from the ASF dual-hosted git repository. adamsd pushed a commit to branch DLAB-11-terraform in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
commit dccbb1767f873131fbc184a5ccde3bac13ce1782 Author: AdamsDisturber <[email protected]> AuthorDate: Fri Aug 23 16:35:19 2019 +0300 [DLAB-1035] Fixed custom images using. --- .../src/general/scripts/aws/common_create_notebook_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-provisioning/src/general/scripts/aws/common_create_notebook_image.py b/infrastructure-provisioning/src/general/scripts/aws/common_create_notebook_image.py index b06a8b2..e1651e1 100644 --- a/infrastructure-provisioning/src/general/scripts/aws/common_create_notebook_image.py +++ b/infrastructure-provisioning/src/general/scripts/aws/common_create_notebook_image.py @@ -44,7 +44,7 @@ if __name__ == "__main__": image_conf['project_name'], image_conf['application'], image_conf['image_name']).lower() - image_conf['tags'] = {"Name": image_conf['service_base_name'], + image_conf['tags'] = {"Name": image_conf['full_image_name'], "SBN": image_conf['service_base_name'], "Project": image_conf['project_name'], "Image": image_conf['image_name'], --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
