aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-openstack-adapters/src/test/resources/__files/OpenstackResponse_Tenant.json
blob: e8eebbbf7cadbb48768164f1a1702f0cf7898470 (plain)
1
2
3
4
5
6
7
8
{
	"tenant": {
		"id": "tenantId",
		"name": "testingTenantName",
		"description": null,
		"enabled": null
	}
}