Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 1 | projects: |
| 2 | get: |
| 3 | body: '{"projects": [{"is_domain": false, "description": "admin tenant", |
| 4 | "links": {"self": "http://keystone:8080/v3/projects/b8f5d85bbcd84af28d7caa62d39f05c7"}, |
| 5 | "enabled": true, "domain_id": "default", "parent_id": "default", "id": |
| 6 | "b8f5d85bbcd84af28d7caa62d39f05c7", "name": "admin"}, {"is_domain": |
| 7 | false, "description": "Tenant for the openstack services", "links": {"self": |
| 8 | "http://keystone:8080/v3/projects/3543226ffed44daf90a2f71f36c00b8d"}, |
| 9 | "enabled": true, "domain_id": "default", "parent_id": "default", "id": |
| 10 | "3543226ffed44daf90a2f71f36c00b8d", "name": "services"}], "links": {"self": |
| 11 | "http://keystone:8080/v3/projects", "next": null, "previous": null}}' |
| 12 | content_type: application/json |
| 13 | status_code: 200 |
| 14 | v3/auth/tokens: |
| 15 | post: |
| 16 | body: '{"token": {"methods": ["password"], "expires_at": "2019-11-06T15:32:17.893769Z", |
| 17 | "user": { "domain": {"id": "default", "name": "Default"}, |
| 18 | "id": "423f19a4ac1e4f48bbb4180756e6eb6c", "name": "admin", "password_expires_at": null }, |
| 19 | "audit_ids": [ "ZzZwkUflQfygX7pdYDBCQQ"], "catalog": [ |
| 20 | { "endpoints": [ |
| 21 | { "id": "1", "interface": "public", "region": "RegionOne", "url": "http://keystone:8080" }, |
| 22 | { "id": "2", "interface": "internal", "region": "RegionOne", "url": "http://keystone:8080" }, |
| 23 | { "id": "3", "interface": "admin", "region": "RegionOne", "url": "http://keystone:8080" } |
| 24 | ], "id": "1", "type": "identity", "name": "keystone"}, |
| 25 | { "endpoints": [ |
| 26 | { "id": "1", "interface": "public", "region": "RegionOne", "url": "http://glance:8080" }, |
| 27 | { "id": "2", "interface": "internal", "region": "RegionOne", "url": "http://glance:8080" }, |
| 28 | { "id": "3", "interface": "admin", "region": "RegionOne", "url": "http://glance:8080" } |
| 29 | ], "id": "2", "type": "image", "name": "glance"}, |
| 30 | { "endpoints": [ |
| 31 | { "id": "1", "interface": "public", "region": "RegionOne", "url": "http://cinder:8080" }, |
| 32 | { "id": "2", "interface": "internal", "region": "RegionOne", "url": "http://cinder:8080" }, |
| 33 | { "id": "3", "interface": "admin", "region": "RegionOne", "url": "http://cinder:8080" } |
| 34 | ], "id": "2", "type": "volumev3", "name": "cinder"}, |
| 35 | { "endpoints": [ |
| 36 | { "id": "1", "interface": "public", "region": "RegionOne", "url": "http://nova:8080" }, |
| 37 | { "id": "2", "interface": "internal", "region": "RegionOne", "url": "http://nova:8080" }, |
| 38 | { "id": "3", "interface": "admin", "region": "RegionOne", "url": "http://nova:8080" } |
| 39 | ], "id": "3", "type": "compute", "name": "nova"}], |
| 40 | "issued_at": "2015-11-06T14:32:17.893797Z"}}' |
| 41 | content_type: application/json |
| 42 | status_code: 200 |
| 43 | headers: |
| 44 | X-Subject-Token: 423f19a4ac1e4f48bbb4180756e6eb6c |