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

mykolabodnar pushed a commit to branch DataLab-keycloak_deployment_fixes
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to 
refs/heads/DataLab-keycloak_deployment_fixes by this push:
     new c3250e9  [DATALAB-Keycloak_deployment-fixes] - Connection fixed
c3250e9 is described below

commit c3250e90aff9aed93062990eaec65261e5740f1b
Author: bodnarmykola <[email protected]>
AuthorDate: Mon May 31 12:39:47 2021 +0300

    [DATALAB-Keycloak_deployment-fixes] - Connection fixed
---
 infrastructure-provisioning/scripts/deploy_keycloak/deploy_keycloak.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/infrastructure-provisioning/scripts/deploy_keycloak/deploy_keycloak.py 
b/infrastructure-provisioning/scripts/deploy_keycloak/deploy_keycloak.py
index 655de88..0b6ba7e 100644
--- a/infrastructure-provisioning/scripts/deploy_keycloak/deploy_keycloak.py
+++ b/infrastructure-provisioning/scripts/deploy_keycloak/deploy_keycloak.py
@@ -119,8 +119,7 @@ if __name__ == "__main__":
     else:
         hostname = private_ip_address
 
-    conn = datalab.fab.init_datalab_connection(hostname, args.os_user],
-                                               args.keyfile)
+    conn = datalab.fab.init_datalab_connection(hostname, args.os_user, 
args.keyfile)
 
     print("Install Java")
     ensure_jre_jdk(args.os_user)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to