Containerization feature of SO
[so.git] / adapters / mso-openstack-adapters / src / test / resources / __files / OpenstackResponse_Access_Admin.json
1 {
2         "access": {
3                 "token": {
4                         "id": "tokenId1234",
5                         "issued_at": null,
6                         "expires": "1517418429142",
7                         "tenant": null
8                 },
9                 "serviceCatalog": [
10                         {
11                                 "type": "identity",
12                                 "name": null,
13                                 "endpoints": [
14                                         {
15                                                 "region": "mtn13",
16                                                 "publicURL": "port",
17                                                 "internalURL": null,
18                                                 "adminURL": null
19                                         }
20                                 ],
21                                 "endpointsLinks": null
22                         }
23                 ],
24                 "user": null,
25                 "metadata": null
26         }
27 }