aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-openstack-adapters/src/test/resources/__files/OpenstackResponse_VnfBaseStackId.json
blob: 70c78a6047645d02f2991f822686c6cfc5f1b790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "stack": {
    	"id": "baseVfModuleStackId",
    	"links" : [
    		{
    			"href" : "port",
    			"rel" : "self"
			}
		],
		"stack_name": "vnfBaseStack",
		"stack_status": "CREATE_COMPLETE"
	}
}