blob: 7c79c8acab88367fcd1ef4a98eb3228dcbc00c27 [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
Ales Komarek880f02f2016-01-25 13:19:23 +010010 heal_instance_info_cache_interval: 60
11 vncproxy_url: openstack:6080
Jakub Pavlik617a8962016-09-04 18:50:06 +020012 report_interval: 60
maxstack39e6aca2016-05-04 13:50:13 +000013 vnc_keymap: en-gb
Petr Michalecf03e4882017-04-10 10:26:18 +020014 resume_guests_state_on_host_boot: True
Michael Polenchuk159c2542018-06-09 15:31:51 +040015 preallocate_images: space
Ales Komarek880f02f2016-01-25 13:19:23 +010016 bind:
17 vnc_address: 127.0.0.1
18 vnc_port: 6080
19 vnc_name: 0.0.0.0
20 database:
21 engine: mysql
22 host: 127.0.0.1
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
vgusevddf130b2018-02-16 16:43:30 +040035 logging:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040036 log_appender: true
vgusevddf130b2018-02-16 16:43:30 +040037 log_handlers:
38 watchedfile:
39 enabled: true
40 fluentd:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040041 enabled: true
vgusevddf130b2018-02-16 16:43:30 +040042 ossyslog:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040043 enabled: true
Ales Komarek880f02f2016-01-25 13:19:23 +010044 message_queue:
45 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020046 members:
47 - host: 127.0.0.1
48 - host: 127.0.1.1
49 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010050 user: openstack
51 password: password
52 virtual_host: '/openstack'
53 image:
54 engine: glance
55 host: 127.0.0.1
56 port: 9292
57 network:
58 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010059 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010060 host: 127.0.0.1
61 port: 9696
Jakub Pavlik617a8962016-09-04 18:50:06 +020062 extension_sync_interval: 600
Petr Michalec5f41e6e2017-04-10 10:18:12 +020063 user: nova
64 password: password
65 tenant: service
66 metadata:
67 password: metadata
Ales Komarek880f02f2016-01-25 13:19:23 +010068 cache:
69 engine: memcached
70 members:
71 - host: 127.0.0.1
72 port: 11211
73 - host: 127.0.1.1
74 port: 11211
75 - host: 127.0.2.1
76 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000077 security:
78 enabled: true
79 strategy: ENCRYPT
80 secret_key: secret
Michel Nederlofeb566f62017-04-21 15:37:47 +020081 libvirt:
82 hw_disk_discard: unmap
Pavlo Shchelokovskyy1a879462017-11-28 17:56:03 +020083 live_migration_tunnelled: False
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030084 upgrade_levels:
85 compute: liberty
Dmitry Stremkovskiy83e66282017-07-25 18:49:21 +030086 libvirt_service_group: libvirtd
Kalynovskyi0bc79692017-07-21 16:22:09 +030087 lvm:
88 ephemeral: yes
89 images_volume_group: nova_vg
90 volume_clear: zero
91 volume_clear_size: 0
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030092 barbican:
93 enabled: true
kkalynovskyif50f0c02017-12-12 17:52:57 +020094 qemu:
95 user: nova
96 group: cinder
97 dynamic_ownership: 1
sgarbuzcc02c7f2018-10-25 14:29:30 +030098 consoleauth:
99 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +0800100 reclaim_instance_interval: 60