Justin Shepherd | 66c861a | 2011-08-18 11:02:53 -0500 | [diff] [blame] | 1 | [environment] |
Soren Hansen | a4680d3 | 2011-08-26 16:04:21 +0200 | [diff] [blame] | 2 | kernel = include/sample_vm/natty-server-uec-amd64-vmlinuz-virtual |
| 3 | #initrd = include/sample_vm/natty-server-uec-amd64-initrd-virtual |
| 4 | image = include/sample_vm/natty-server-uec-amd64.img |
Justin Shepherd | 66c861a | 2011-08-18 11:02:53 -0500 | [diff] [blame] | 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 |
Brian Waldon | 52d8622 | 2011-10-27 12:28:14 -0400 | [diff] [blame] | 24 | image_id = 1 |
Justin Shepherd | 0d9bbd1 | 2011-08-11 12:57:44 -0500 | [diff] [blame] | 25 | |
| 26 | [nova] |
| 27 | host = 10.0.0.100 |
| 28 | port = 8774 |
| 29 | apiver = v1.1 |
Brian Waldon | 52d8622 | 2011-10-27 12:28:14 -0400 | [diff] [blame] | 30 | project = admin |
Justin Shepherd | 0d9bbd1 | 2011-08-11 12:57:44 -0500 | [diff] [blame] | 31 | user = admin |
| 32 | key = 24BD8F71-6AD8-439D-B722-7E2E25FD1911 |
Soren Hansen | a86180a | 2011-09-09 16:22:26 +0200 | [diff] [blame] | 33 | ssh_timeout = 300 |
| 34 | build_timeout = 300 |
| 35 | flavor_ref = 1 |
| 36 | flavor_ref_alt = 2 |
Justin Shepherd | 0d9bbd1 | 2011-08-11 12:57:44 -0500 | [diff] [blame] | 37 | |
| 38 | [keystone] |
| 39 | host = 10.0.0.100 |
| 40 | port = 5000 |
| 41 | apiver = v1.1 |
| 42 | user = admin |
Justin Shepherd | 66c861a | 2011-08-18 11:02:53 -0500 | [diff] [blame] | 43 | password = password |