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