This is an automated email from the ASF dual-hosted git repository. omartushevskyi pushed a commit to branch DLAB-1158 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1158 by this push: new e28452f fixed typo e28452f is described below commit e28452f3aa05d8b82922710328539fe814db4a40 Author: Oleh Martushevskyi <oleh_martushevs...@epam.com> AuthorDate: Tue Dec 10 16:16:16 2019 +0200 fixed typo --- infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py index 79d06fb..45e0115 100644 --- a/infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py +++ b/infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py @@ -261,7 +261,7 @@ if __name__ == "__main__": traceback.print_exc() raise Exception keycloak_params = "--service_base_name {} --keycloak_auth_server_url {} --keycloak_realm_name {} " \ - "-keycloak_user {} --keycloak_user_password {} --keycloak_client_secret {} " \ + "--keycloak_user {} --keycloak_user_password {} --keycloak_client_secret {} " \ "--edge_public_ip {} --project_name {}" \ .format(edge_conf['service_base_name'], os.environ['keycloak_auth_server_url'], os.environ['keycloak_realm_name'], os.environ['keycloak_user'], --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org