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