Justin Shepherd | 0d9bbd1 | 2011-08-11 12:57:44 -0500 | [diff] [blame] | 1 | [swift] |
2 | auth_host = 10.0.0.100 | ||||
3 | auth_port = 443 | ||||
4 | auth_prefix = /auth/ | ||||
5 | auth_ssl = yes | ||||
6 | account = system | ||||
7 | username = root | ||||
8 | password = password | ||||
9 | |||||
10 | [rabbitmq] | ||||
11 | host = 10.0.0.100 | ||||
12 | user = guest | ||||
13 | password = | ||||
14 | |||||
15 | [glance] | ||||
16 | host = 10.0.0.100 | ||||
17 | apiver = v1.0 | ||||
18 | port = 9292 | ||||
19 | |||||
20 | [nova] | ||||
21 | host = 10.0.0.100 | ||||
22 | port = 8774 | ||||
23 | apiver = v1.1 | ||||
24 | user = admin | ||||
25 | key = 24BD8F71-6AD8-439D-B722-7E2E25FD1911 | ||||
26 | |||||
27 | [keystone] | ||||
28 | host = 10.0.0.100 | ||||
29 | port = 5000 | ||||
30 | apiver = v1.1 | ||||
31 | user = admin | ||||
32 | password = password |