blob: fb1bbf0618eb61f6c408cefd4b6be4c868c50af2 [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
maxstack39e6aca2016-05-04 13:50:13 +00008 vnc_keymap: en-gb
Ales Komarek880f02f2016-01-25 13:19:23 +01009 dhcp_domain: novalocal
10 scheduler_default_filters: "DifferentHostFilter,RetryFilter,AvailabilityZoneFilter,RamFilter,CoreFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter"
11 cpu_allocation_ratio: 16.0
12 ram_allocation_ratio: 1.5
Jiri Konecny9344a372016-03-21 19:25:48 +010013 disk_allocation_ratio: 1.0
Jiri Konecnyb5a80e42016-03-22 11:51:01 +010014 workers: 8
Ales Komarek880f02f2016-01-25 13:19:23 +010015 bind:
16 private_address: 127.0.0.1
17 public_address: 127.0.0.1
18 public_name: 127.0.0.1
19 novncproxy_port: 6080
20 database:
21 engine: mysql
22 host: localhost
23 port: 3306
24 name: nova
25 user: nova
26 password: password
27 identity:
28 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010029 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010030 host: 127.0.0.1
31 port: 35357
32 user: nova
33 password: password
34 tenant: service
35 message_queue:
36 engine: rabbitmq
37 host: 127.0.0.1
38 port: 5672
39 user: openstack
40 password: password
41 virtual_host: '/openstack'
42 glance:
43 host: 127.0.0.1
44 port: 9292
45 network:
46 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010047 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010048 host: 127.0.0.1
49 port: 9696
50 mtu: 1500
51 metadata:
52 password: password
53 cache:
54 engine: memcached
55 members:
56 - host: 127.0.0.1
57 port: 11211