blob: e1d354112a22bda59f563ee86f70f560abec9657 [file] [log] [blame]
Ales Komarek880f02f2016-01-25 13:19:23 +01001nova:
2 compute:
3 version: liberty
4 enabled: true
5 virtualization: kvm
6 heal_instance_info_cache_interval: 60
7 vncproxy_url: openstack:6080
Jakub Pavlik617a8962016-09-04 18:50:06 +02008 report_interval: 60
maxstack39e6aca2016-05-04 13:50:13 +00009 vnc_keymap: en-gb
Ales Komarek880f02f2016-01-25 13:19:23 +010010 bind:
11 vnc_address: 127.0.0.1
12 vnc_port: 6080
13 vnc_name: 0.0.0.0
14 database:
15 engine: mysql
16 host: 127.0.0.1
17 port: 3306
18 name: nova
19 user: nova
20 password: password
21 identity:
22 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010023 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010024 host: 127.0.0.1
25 port: 35357
26 user: nova
27 password: password
28 tenant: service
29 message_queue:
30 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020031 members:
32 - host: 127.0.0.1
33 - host: 127.0.1.1
34 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010035 user: openstack
36 password: password
37 virtual_host: '/openstack'
38 image:
39 engine: 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
Jakub Pavlik617a8962016-09-04 18:50:06 +020047 extension_sync_interval: 600
Ales Komarek880f02f2016-01-25 13:19:23 +010048 cache:
49 engine: memcached
50 members:
51 - host: 127.0.0.1
52 port: 11211
53 - host: 127.0.1.1
54 port: 11211
55 - host: 127.0.2.1
56 port: 11211