forked from pkgcloud/pkgcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrealToken.json
More file actions
129 lines (129 loc) · 3.97 KB
/
realToken.json
File metadata and controls
129 lines (129 loc) · 3.97 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"access": {
"token": {
"expires": "2012-12-26T18:25:46Z",
"id": "4bc7c5dabf3e4a49918683437d386b8a",
"tenant": {
"enabled": true,
"id": "72e90ecb69c44d0296072ea39e537041",
"name": "MOCK-USERNAME",
"description": "MOCK-USERNAME"
}
},
"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://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": "network",
"name": "neutron"
},{
"endpoints": [
{
"adminURL": "http://10.225.0.8:8774/v1.0/72e90ecb69c44d0296072ea39e537041",
"region": "Calxeda-AUS1",
"internalURL": "http://10.225.0.8:8774/v1.0/72e90ecb69c44d0296072ea39e537041",
"publicURL": "http://localhost:12345/v1.0/72e90ecb69c44d0296072ea39e537041"
}
],
"endpoints_links": [],
"type": "database",
"name": "database"
},
{
"endpoints": [
{
"region": "Calxeda-AUS1",
"tenantId": "MossoCloudFS_00aa00aa-aa00-aa00-aa00-aa00aa00aa00",
"publicURL": "http://localhost:12345/v1/MossoCloudFS_00aa00aa-aa00-aa00-aa00-aa00aa00aa00",
"internalURL": "https://snet-storage101.ord1.clouddrive.com/v1/MossoCloudFS_00aa00aa-aa00-aa00-aa00-aa00aa00aa00"
}
],
"name": "swift",
"type": "object-store"
},
{
"endpoints": [
{
"adminURL": "http://10.225.0.8:35357/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"
},
{
"name": "heat",
"endpoints": [
{
"region": "Calxeda-AUS1",
"publicURL": "http://localhost:12345/v1/72e90ecb69c44d0296072ea39e537041"
}
],
"type": "orchestration"
},
{
"name": "poppy",
"endpoints": [
{
"region": "Calxeda-AUS1",
"publicURL": "http://localhost:12345/v1.0/72e90ecb69c44d0296072ea39e537041"
}
],
"type": "cdn"
}
],
"user": {
"username": "MOCK-USERNAME",
"roles_links": [],
"id": "bf3b85477d06430c8044d5b2e5e6dc5f",
"roles": [],
"name": "MOCK-USERNAME"
}
}
}