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 2020/05/13 13:36:04 UTC

[incubator-dlab] 03/03: [odahu-integration] Bugfix

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

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

commit 920c841a1c2f6191639fee32dfe59610b272fe7d
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Wed May 13 16:35:39 2020 +0300

    [odahu-integration] Bugfix
---
 infrastructure-provisioning/src/general/scripts/aws/odahu_deploy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/odahu_deploy.py b/infrastructure-provisioning/src/general/scripts/aws/odahu_deploy.py
index ca53067..73ad8c0 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/odahu_deploy.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/odahu_deploy.py
@@ -41,7 +41,7 @@ if __name__ == "__main__":
     print('Generating infrastructure names and tags')
     odahu_conf = dict()
     odahu_conf['allowed_cidr'] = os.environ['odahu_allowed_cidr'].split(',')
-    odahu_conf['project_id'] = (os.environ['gcp_project_id'])
+    odahu_conf['project_id'] = (os.environ['aws_project_id'])
     odahu_conf['region'] = (os.environ['aws_region'])
     odahu_conf['zone'] = (os.environ['aws_zone'])
     odahu_conf['edge_user_name'] = os.environ['edge_user_name']


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