blob: 8a06a7d3fd9b46de85cd5962ede515e23062b0f2 [file] [log] [blame]
Ales Komarek880f02f2016-01-25 13:19:23 +01001nova:
2 controller:
3 enabled: true
4 networking: contrail
5 version: liberty
6 security_group: false
7 vncproxy_url: 127.0.0.1
8 dhcp_domain: novalocal
9 scheduler_default_filters: "DifferentHostFilter,RetryFilter,AvailabilityZoneFilter,RamFilter,CoreFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter"
10 cpu_allocation_ratio: 16.0
11 ram_allocation_ratio: 1.5
Jiri Konecny9344a372016-03-21 19:25:48 +010012 disk_allocation_ratio: 1.0
Jiri Konecnyb5a80e42016-03-22 11:51:01 +010013 workers: 8
Ales Komarek880f02f2016-01-25 13:19:23 +010014 bind:
15 private_address: 127.0.0.1
16 public_address: 127.0.0.1
17 public_name: 127.0.0.1
18 novncproxy_port: 6080
19 database:
20 engine: mysql
21 host: localhost
22 port: 3306
23 name: nova
24 user: nova
25 password: password
26 identity:
27 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010028 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010029 host: 127.0.0.1
30 port: 35357
31 user: nova
32 password: password
33 tenant: service
34 message_queue:
35 engine: rabbitmq
36 host: 127.0.0.1
37 port: 5672
38 user: openstack
39 password: password
40 virtual_host: '/openstack'
41 glance:
42 host: 127.0.0.1
43 port: 9292
44 network:
45 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010046 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010047 host: 127.0.0.1
48 port: 9696
49 mtu: 1500
50 metadata:
51 password: password
52 cache:
53 engine: memcached
54 members:
55 - host: 127.0.0.1
56 port: 11211