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