You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2019/10/30 10:15:19 UTC

[incubator-dlab] 01/01: [DLAB-1217] Added parameter endpoint_name for Data Engine reconfiguration

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

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

commit d2c1eab3f6b7c9a497765073543aa2bf501d032a
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Wed Oct 30 12:14:57 2019 +0200

    [DLAB-1217] Added parameter endpoint_name for Data Engine reconfiguration
---
 .../src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/services/self-service/src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java b/services/self-service/src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java
index ae22062..32df3b9 100644
--- a/services/self-service/src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java
+++ b/services/self-service/src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java
@@ -575,7 +575,8 @@ public class RequestBuilder {
 				.withNotebookInstanceName(userInstanceDTO.getExploratoryId())
 				.withComputationalName(compRes.getComputationalName())
 				.withApplicationName(compRes.getImageName())
-				.withProject(userInstanceDTO.getProject());
+				.withProject(userInstanceDTO.getProject())
+				.withEndpoint(userInstanceDTO.getEndpoint());
 		clusterConfigDTO.setCopmutationalId(compRes.getComputationalId());
 		clusterConfigDTO.setConfig(config);
 		if (cloudProvider() == AZURE && settingsDAO.isAzureDataLakeEnabled()) {


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