blob: abaa7ad65650b98ebe227f7018322091dc277b7d [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
maxstack39e6aca2016-05-04 13:50:13 +00008 vnc_keymap: en-gb
Petr Michalecf03e4882017-04-10 10:26:18 +02009 resume_guests_state_on_host_boot: False
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
vgusevddf130b2018-02-16 16:43:30 +040029 logging:
30 log_appender: false
31 log_handlers:
32 watchedfile:
33 enabled: true
34 fluentd:
35 enabled: false
36 ossyslog:
37 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010038 message_queue:
39 engine: rabbitmq
40 host: 127.0.0.1
41 port: 5672
42 user: openstack
43 password: password
44 virtual_host: '/openstack'
45 image:
46 engine: glance
47 host: 127.0.0.1
48 port: 9292
49 network:
50 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010051 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010052 host: 127.0.0.1
53 port: 9696
Petr Michalec5f41e6e2017-04-10 10:18:12 +020054 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010055 cache:
56 engine: memcached
57 members:
58 - host: 127.0.0.1
59 port: 11211
kkalynovskyif50f0c02017-12-12 17:52:57 +020060 qemu:
61 user: nova
62 group: cinder
63 dynamic_ownership: 1