Daryl Walleck | e5b83d4 | 2011-11-10 14:39:02 -0600 | [diff] [blame] | 1 | [nova] |
Rohit Karajgi | e1b050d | 2011-12-02 16:13:18 -0800 | [diff] [blame] | 2 | host=127.0.0.1 |
| 3 | port=5000 |
| 4 | apiVer=v2.0 |
| 5 | path=tokens |
Daryl Walleck | e5b83d4 | 2011-11-10 14:39:02 -0600 | [diff] [blame] | 6 | user=admin |
| 7 | api_key=admin-key |
| 8 | tenant_name=admin-project |
| 9 | ssh_timeout=300 |
| 10 | build_interval=10 |
| 11 | build_timeout=600 |
Daryl Walleck | b90a1a6 | 2012-02-27 11:23:10 -0600 | [diff] [blame] | 12 | catalog_type=compute |
Daryl Walleck | e5b83d4 | 2011-11-10 14:39:02 -0600 | [diff] [blame] | 13 | |
Eoghan Glynn | 4b10c7c | 2012-03-01 13:13:35 -0500 | [diff] [blame] | 14 | [image] |
| 15 | username=admin |
| 16 | password=******** |
| 17 | tenant=admin |
| 18 | auth_url=http://localhost:5000/v2.0 |
| 19 | |
Daryl Walleck | e5b83d4 | 2011-11-10 14:39:02 -0600 | [diff] [blame] | 20 | [environment] |
| 21 | image_ref=3 |
| 22 | image_ref_alt=4 |
| 23 | flavor_ref=1 |
| 24 | flavor_ref_alt=2 |
| 25 | create_image_enabled=true |
| 26 | resize_available=true |
Rohit Karajgi | e1b050d | 2011-12-02 16:13:18 -0800 | [diff] [blame] | 27 | authentication=keystone_v2 |