Fixup handling of multicloud post response
[so.git] / adapters / mso-openstack-adapters / src / test / resources / __files / MulticloudResponse_Stack_Create2.json
1 {
2   "template_type": "HEAT",
3   "workload_id": "workload-id",
4   "workload_status_reason":
5     {
6         "id": "workload-id",
7         "links": [
8           {
9             "href": "http://localhost:1234/v1/id12345678/stacks/workload-id/abcdef00-1234-abcd-5678-ef9123456789",
10             "rel": "self"
11           }
12         ]
13     },
14   "workload_status": "CREATE_IN_PROGRESS"
15 }