blob: b000da76fea3d75e1d1525af2351ff5adb0c0f8b [file] [log] [blame]
Ales Komarek880f02f2016-01-25 13:19:23 +01001nova:
2 compute:
Dzmitry Stremkouski7da9bf12018-04-25 22:30:37 +02003 version: newton
Ales Komarek880f02f2016-01-25 13:19:23 +01004 enabled: true
Ales Komarek880f02f2016-01-25 13:19:23 +01005 heal_instance_info_cache_interval: 60
6 vncproxy_url: openstack:6080
maxstack39e6aca2016-05-04 13:50:13 +00007 vnc_keymap: en-gb
Petr Michalecf03e4882017-04-10 10:26:18 +02008 resume_guests_state_on_host_boot: False
Michael Polenchuk159c2542018-06-09 15:31:51 +04009 preallocate_images: space
Dzmitry Stremkouski7da9bf12018-04-25 22:30:37 +020010 cpu_mode: custom
11 libvirt:
12 cpu_model: IvyBridge
Ales Komarek880f02f2016-01-25 13:19:23 +010013 bind:
14 vnc_address: 127.0.0.1
15 vnc_port: 6080
16 vnc_name: 0.0.0.0
17 database:
18 engine: mysql
19 host: 127.0.0.1
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
vgusevddf130b2018-02-16 16:43:30 +040032 logging:
33 log_appender: false
34 log_handlers:
35 watchedfile:
36 enabled: true
37 fluentd:
38 enabled: false
39 ossyslog:
40 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010041 message_queue:
42 engine: rabbitmq
43 host: 127.0.0.1
44 port: 5672
45 user: openstack
46 password: password
47 virtual_host: '/openstack'
48 image:
49 engine: glance
50 host: 127.0.0.1
51 port: 9292
52 network:
53 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010054 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010055 host: 127.0.0.1
56 port: 9696
Petr Michalec5f41e6e2017-04-10 10:18:12 +020057 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010058 cache:
59 engine: memcached
60 members:
61 - host: 127.0.0.1
62 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000063 security:
64 enabled: true
65 strategy: ENCRYPT
66 secret_key: secret
kkalynovskyif50f0c02017-12-12 17:52:57 +020067 qemu:
68 user: nova
69 group: cinder
70 dynamic_ownership: 1