-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreds.example.json
40 lines (40 loc) · 1.32 KB
/
creds.example.json
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
{
"services": {
"hpcloud": {
"description": "HP Cloud - aw2",
"environment": {
"OS_AUTH_URL": "https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/"
},
"regions": {
"az1": {
"description": "HP Cloud - aw2az1",
"environment": {
"OS_REGION_NAME": "az-1.region-a.geo-1"
}
},
"az2": {
"description": "HP Cloud - aw2az2",
"environment": {
"OS_REGION_NAME": "az-2.region-a.geo-1"
}
},
"az3": {
"description": "HP Cloud - aw2az3",
"environment": {
"OS_REGION_NAME": "az-3.region-a.geo-1"
}
}
},
"accounts": {
"exampleuser": {
"description": "HP Cloud Example User Account - aw2",
"environment": {
"OS_TENANT_NAME": "exampleuser-tenant1",
"OS_TENANT_ID": "12345678901234",
"OS_USERNAME": "exampleuser"
}
}
}
}
}
}