From 685a8f7cf272466772a45a4ff9701a70f3e309ad Mon Sep 17 00:00:00 2001 From: Ayush Garg Date: Mon, 28 Dec 2015 22:18:28 +0530 Subject: [PATCH] Update stack_name in response Update the stack name from simple_stack to teststack in response to make the response sync with request. Change-Id: Ia15ee788f556ed15918cec9a4e6e11ef9e5b0d25 Partial-Bug: #1393510 --- .../orchestration-api/src/v1/samples/stack-create-response.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-create-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-create-response.json index 4506e6c75..81c91ce7f 100644 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-create-response.json +++ b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-create-response.json @@ -3,7 +3,7 @@ "id": "3095aefc-09fb-4bc7-b1f0-f21a304e864c", "links": [ { - "href": "http://192.168.123.200:8004/v1/eb1c63a4f77141548385f113a28f0f52/stacks/simple_stack/3095aefc-09fb-4bc7-b1f0-f21a304e864c", + "href": "http://192.168.123.200:8004/v1/eb1c63a4f77141548385f113a28f0f52/stacks/teststack/3095aefc-09fb-4bc7-b1f0-f21a304e864c", "rel": "self" } ]