blob: 53ff9c609741ad483810a6aa58ceeb74a642044e [file] [log] [blame]
Ales Komarek880f02f2016-01-25 13:19:23 +01001nova:
2 compute:
3 version: liberty
4 enabled: true
Jakub Pavlik26fb85c2017-02-16 22:29:22 +01005 vcpu_pin_set: 1,2,3
6 hugepages:
7 mount_points:
8 - path: /mnt/hugepages_1GB
Dmitry Stremkovskiy35e53b72017-07-29 12:50:39 +03009 disk_cachemodes: network=writeback,block=none
Mykyta Karpin5ef9f982019-02-07 18:40:00 +020010 timeout_nbd: 10
Ales Komarek880f02f2016-01-25 13:19:23 +010011 heal_instance_info_cache_interval: 60
12 vncproxy_url: openstack:6080
Jakub Pavlik617a8962016-09-04 18:50:06 +020013 report_interval: 60
maxstack39e6aca2016-05-04 13:50:13 +000014 vnc_keymap: en-gb
Petr Michalecf03e4882017-04-10 10:26:18 +020015 resume_guests_state_on_host_boot: True
Michael Polenchuk159c2542018-06-09 15:31:51 +040016 preallocate_images: space
Vasyl Saienko2adac3f2019-02-18 12:32:52 +020017 instance_build_timeout: 600
Ales Komarek880f02f2016-01-25 13:19:23 +010018 bind:
19 vnc_address: 127.0.0.1
20 vnc_port: 6080
21 vnc_name: 0.0.0.0
22 database:
23 engine: mysql
24 host: 127.0.0.1
25 port: 3306
26 name: nova
27 user: nova
28 password: password
29 identity:
30 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010031 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010032 host: 127.0.0.1
33 port: 35357
34 user: nova
35 password: password
36 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040037 logging:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040038 log_appender: true
vgusevddf130b2018-02-16 16:43:30 +040039 log_handlers:
40 watchedfile:
41 enabled: true
42 fluentd:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040043 enabled: true
vgusevddf130b2018-02-16 16:43:30 +040044 ossyslog:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040045 enabled: true
Ales Komarek880f02f2016-01-25 13:19:23 +010046 message_queue:
47 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020048 members:
49 - host: 127.0.0.1
50 - host: 127.0.1.1
51 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010052 user: openstack
53 password: password
54 virtual_host: '/openstack'
55 image:
56 engine: glance
57 host: 127.0.0.1
58 port: 9292
59 network:
60 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010061 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010062 host: 127.0.0.1
63 port: 9696
Jakub Pavlik617a8962016-09-04 18:50:06 +020064 extension_sync_interval: 600
Petr Michalec5f41e6e2017-04-10 10:18:12 +020065 user: nova
66 password: password
67 tenant: service
68 metadata:
69 password: metadata
Ales Komarek880f02f2016-01-25 13:19:23 +010070 cache:
71 engine: memcached
72 members:
73 - host: 127.0.0.1
74 port: 11211
75 - host: 127.0.1.1
76 port: 11211
77 - host: 127.0.2.1
78 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000079 security:
80 enabled: true
81 strategy: ENCRYPT
82 secret_key: secret
Michel Nederlofeb566f62017-04-21 15:37:47 +020083 libvirt:
84 hw_disk_discard: unmap
Pavlo Shchelokovskyy1a879462017-11-28 17:56:03 +020085 live_migration_tunnelled: False
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030086 upgrade_levels:
87 compute: liberty
Dmitry Stremkovskiy83e66282017-07-25 18:49:21 +030088 libvirt_service_group: libvirtd
Kalynovskyi0bc79692017-07-21 16:22:09 +030089 lvm:
90 ephemeral: yes
91 images_volume_group: nova_vg
92 volume_clear: zero
93 volume_clear_size: 0
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030094 barbican:
95 enabled: true
kkalynovskyif50f0c02017-12-12 17:52:57 +020096 qemu:
97 user: nova
98 group: cinder
99 dynamic_ownership: 1
sgarbuzcc02c7f2018-10-25 14:29:30 +0300100 consoleauth:
101 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +0800102 reclaim_instance_interval: 60