blob: aae445350525676743f23879232c613ea7e3b9ea [file] [log] [blame]
Daryl Walleck587385b2012-03-03 13:00:26 -06001[identity]
2use_ssl=False
Rohit Karajgie1b050d2011-12-02 16:13:18 -08003host=127.0.0.1
4port=5000
Daryl Walleck587385b2012-03-03 13:00:26 -06005api_version=v2.0
Rohit Karajgie1b050d2011-12-02 16:13:18 -08006path=tokens
Daryl Wallecke5b83d42011-11-10 14:39:02 -06007user=admin
Daryl Walleck587385b2012-03-03 13:00:26 -06008password=admin-password
Daryl Wallecke5b83d42011-11-10 14:39:02 -06009tenant_name=admin-project
Daryl Walleck587385b2012-03-03 13:00:26 -060010strategy=keystone
11
12[compute]
13# Reference data for tests. The ref and ref_alt should be
14# distinct images/flavors.
15image_ref=e7ddc02e-92fa-4f82-b36f-59b39bf66a67
16image_ref_alt=346f4039-a81e-44e0-9223-4a3d13c92a07
17flavor_ref=1
18flavor_ref_alt=2
Daryl Wallecke5b83d42011-11-10 14:39:02 -060019ssh_timeout=300
20build_interval=10
21build_timeout=600
Daryl Walleckb90a1a62012-02-27 11:23:10 -060022catalog_type=compute
Daryl Walleck587385b2012-03-03 13:00:26 -060023create_image_enabled=true
David Kranz30fe84a2012-03-20 16:25:47 -040024# For resize to work with libvirt/kvm, one of the following must be true:
25# Single node: allow_resize_to_same_host=True must be set in nova.conf
26# Cluster: the 'nova' user must have scp access between cluster nodes
Daryl Walleck587385b2012-03-03 13:00:26 -060027resize_available=true
Daryl Wallecke5b83d42011-11-10 14:39:02 -060028
Eoghan Glynn4b10c7c2012-03-01 13:13:35 -050029[image]
30username=admin
31password=********
32tenant=admin
33auth_url=http://localhost:5000/v2.0