forked from pkgcloud/pkgcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrealToken-admin.json
More file actions
84 lines (84 loc) · 2.48 KB
/
realToken-admin.json
File metadata and controls
84 lines (84 loc) · 2.48 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"access": {
"token": {
"expires": "2012-12-26T18:25:46Z",
"id": "4bc7c5dabf3e4a49918683437d386b8b",
"tenant": {
"enabled": true,
"id": "72e90ecb69c44d0296072ea39e537123",
"name": "MOCK-ADMIN",
"description": "MOCK-ADMIN"
}
},
"serviceCatalog": [
{
"endpoints": [
{
"adminURL": "http://10.225.0.8:8776/v1/72e90ecb69c44d0296072ea39e537041",
"region": "Calxeda-AUS1",
"internalURL": "http://10.225.0.8:8776/v1/72e90ecb69c44d0296072ea39e537041",
"publicURL": "http://volume.myownendpoint.org:8776/v1/72e90ecb69c44d0296072ea39e537041"
}
],
"endpoints_links": [],
"type": "volume",
"name": "volume"
}, {
"endpoints": [
{
"adminURL": "http://10.225.0.8:9292/v1",
"region": "Calxeda-AUS1",
"internalURL": "http://10.225.0.8:9292/v1",
"publicURL": "http://image.myownendpoint.org:9292/v1"
}
],
"endpoints_links": [],
"type": "image",
"name": "glance"
}, {
"endpoints": [
{
"adminURL": "http://10.225.0.8:8774/v2/72e90ecb69c44d0296072ea39e537041",
"region": "Calxeda-AUS1",
"internalURL": "http://10.225.0.8:8774/v2/72e90ecb69c44d0296072ea39e537041",
"publicURL": "http://localhost:12345/v2/72e90ecb69c44d0296072ea39e537041"
}
],
"endpoints_links": [],
"type": "compute",
"name": "nova"
}, {
"endpoints": [
{
"adminURL": "http://localhost:12347/v2.0",
"region": "Calxeda-AUS1",
"internalURL": "http://10.225.0.8:5000/v2.0",
"publicURL": "http://identity.myownendpoint.org:5000/v2.0"
}
],
"endpoints_links": [],
"type": "identity",
"name": "keystone"
}, {
"endpoints": [
{
"adminURL": "http://localhost:12347/v2.0",
"region": "Calxeda-AUS1",
"internalURL": "http://10.225.0.8:9000/v2.0",
"publicURL": "http://network.myownendpoint.org:5000/v2.0"
}
],
"endpoints_links": [],
"type": "network",
"name": "network"
}
],
"user": {
"username": "MOCK-ADMIN",
"roles_links": [],
"id": "bf3b85477d06430c8044d5b2e5e6dc5e",
"roles": [],
"name": "MOCK-ADMIN"
}
}
}