-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
39 lines (39 loc) · 869 Bytes
/
config.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
{
"shovel": {
"appver": "v0.1",
"apiver": "v1.1",
"httpPort": 9005,
"hostname": "0.0.0.0"
},
"monorail": {
"httpHost": "172.31.128.1",
"httpPort": "8080",
"version": "1.1"
},
"ironic": {
"httpHost": "172.31.128.145",
"httpPort": "6385",
"version": "v1",
"os_username": "admin",
"os_password": "WUAPAvNNK+51D+JsotLxCQ==",
"os_tenant_name": "admin",
"os_auth_token": "None",
"insecure": "False"
},
"keystone": {
"httpHost": "172.31.128.145",
"httpPort": "5000",
"version": "v2.0"
},
"glance": {
"httpHost": "172.31.128.145",
"httpPort": "9292",
"version": "v1",
"os_username": "admin",
"os_password": "WUAPAvNNK+51D+JsotLxCQ==",
"os_tenant_name": "admin",
"os_auth_token": "None",
"insecure": "False"
},
"key": "CBC6CEB67F4A347DCE43D83A6FA16"
}