You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dy...@apache.org on 2022/07/26 07:52:33 UTC

[incubator-datalab] branch DATALAB-2939 updated: update mock responses

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

dyankiv pushed a commit to branch DATALAB-2939
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2939 by this push:
     new 762e47101 update mock responses
762e47101 is described below

commit 762e47101891d51cda9f13440750399d8bbdf839
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Tue Jul 26 10:52:13 2022 +0300

    update mock responses
---
 .../src/main/resources/mock_response/aws/notebook_create_image.json     | 2 +-
 .../src/main/resources/mock_response/azure/notebook_create_image.json   | 2 +-
 .../src/main/resources/mock_response/gcp/notebook_create_image.json     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/services/provisioning-service/src/main/resources/mock_response/aws/notebook_create_image.json b/services/provisioning-service/src/main/resources/mock_response/aws/notebook_create_image.json
index 3538ddf7d..bc2c78945 100644
--- a/services/provisioning-service/src/main/resources/mock_response/aws/notebook_create_image.json
+++ b/services/provisioning-service/src/main/resources/mock_response/aws/notebook_create_image.json
@@ -7,7 +7,7 @@
          "user_name": "${EDGE_USER_NAME}",
          "application": "${APPLICATION}",
          "image_id": "${IMAGE_NAME}-${REQUEST_ID}",
-         "status" : "created",
+         "status" : "active",
          "Action": "Create image from notebook"
       },
       "log": "/var/log/datalab/notebook/notebook_${EDGE_USER_NAME}_${REQUEST_ID}.log"
diff --git a/services/provisioning-service/src/main/resources/mock_response/azure/notebook_create_image.json b/services/provisioning-service/src/main/resources/mock_response/azure/notebook_create_image.json
index b34972d53..c0eda411c 100644
--- a/services/provisioning-service/src/main/resources/mock_response/azure/notebook_create_image.json
+++ b/services/provisioning-service/src/main/resources/mock_response/azure/notebook_create_image.json
@@ -7,7 +7,7 @@
          "user_name": "${EDGE_USER_NAME}",
          "application": "${APPLICATION}",
          "image_id": "${IMAGE_NAME}-${REQUEST_ID}",
-         "status" : "created",
+         "status" : "active",
          "ip" : "102.011.10.3",
          "Action": "Create image from notebook"
       },
diff --git a/services/provisioning-service/src/main/resources/mock_response/gcp/notebook_create_image.json b/services/provisioning-service/src/main/resources/mock_response/gcp/notebook_create_image.json
index d1a5d34bd..e381a9a00 100644
--- a/services/provisioning-service/src/main/resources/mock_response/gcp/notebook_create_image.json
+++ b/services/provisioning-service/src/main/resources/mock_response/gcp/notebook_create_image.json
@@ -7,7 +7,7 @@
          "user_name": "${EDGE_USER_NAME}",
          "application": "${APPLICATION}",
          "image_id": "${IMAGE_NAME}-${REQUEST_ID}",
-         "status": "created",
+         "status": "active",
          "ip": "102.011.10.3",
          "Action": "Create image from notebook"
       },


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