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/09/18 09:57:01 UTC

[incubator-dlab] branch DLAB-997 updated: [DLAB-997] bugfix

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

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


The following commit(s) were added to refs/heads/DLAB-997 by this push:
     new a8d2f09  [DLAB-997] bugfix
a8d2f09 is described below

commit a8d2f091b50a0b96503c2bb3f9331ebdd953c3a5
Author: Dyoma33 <de...@gmail.com>
AuthorDate: Wed Sep 18 12:56:47 2019 +0300

    [DLAB-997] bugfix
---
 infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py b/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py
index 061100a..e9bac27 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py
@@ -67,7 +67,7 @@ if __name__ == "__main__":
         shared_bucket_name = shared_bucket_name_tag.lower().replace('_', '-')
         tag_name = service_base_name + '-Tag'
         tag2_name = service_base_name + '-secondary-Tag'
-        user_tag = "{}:{}-ssn-Role"
+        user_tag = "{0}:{0}-ssn-Role".format(service_base_name)
         instance_name = service_base_name + '-ssn'
         region = os.environ['aws_region']
         zone_full = os.environ['aws_region'] + os.environ['aws_zone']


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