blob: 929dc28e0303284472e90bb632e6df7b4f102119 [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
12 bind:
13 private_address: 127.0.0.1
14 public_address: 127.0.0.1
15 public_name: 127.0.0.1
16 novncproxy_port: 6080
17 database:
18 engine: mysql
19 host: localhost
20 port: 3306
21 name: nova
22 user: nova
23 password: password
24 identity:
25 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010026 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010027 host: 127.0.0.1
28 port: 35357
29 user: nova
30 password: password
31 tenant: service
32 message_queue:
33 engine: rabbitmq
34 host: 127.0.0.1
35 port: 5672
36 user: openstack
37 password: password
38 virtual_host: '/openstack'
39 glance:
40 host: 127.0.0.1
41 port: 9292
42 network:
43 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010044 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010045 host: 127.0.0.1
46 port: 9696
47 mtu: 1500
48 metadata:
49 password: password
50 cache:
51 engine: memcached
52 members:
53 - host: 127.0.0.1
54 port: 11211