blob: 378de4f42f3a56f4fb246eed98c550b8bc0c6be6 [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
Ales Komarek880f02f2016-01-25 13:19:23 +010017 bind:
18 vnc_address: 127.0.0.1
19 vnc_port: 6080
20 vnc_name: 0.0.0.0
21 database:
22 engine: mysql
23 host: 127.0.0.1
24 port: 3306
25 name: nova
26 user: nova
27 password: password
28 identity:
29 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010030 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010031 host: 127.0.0.1
32 port: 35357
33 user: nova
34 password: password
35 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040036 logging:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040037 log_appender: true
vgusevddf130b2018-02-16 16:43:30 +040038 log_handlers:
39 watchedfile:
40 enabled: true
41 fluentd:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040042 enabled: true
vgusevddf130b2018-02-16 16:43:30 +040043 ossyslog:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040044 enabled: true
Ales Komarek880f02f2016-01-25 13:19:23 +010045 message_queue:
46 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020047 members:
48 - host: 127.0.0.1
49 - host: 127.0.1.1
50 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010051 user: openstack
52 password: password
53 virtual_host: '/openstack'
54 image:
55 engine: glance
56 host: 127.0.0.1
57 port: 9292
58 network:
59 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010060 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010061 host: 127.0.0.1
62 port: 9696
Jakub Pavlik617a8962016-09-04 18:50:06 +020063 extension_sync_interval: 600
Petr Michalec5f41e6e2017-04-10 10:18:12 +020064 user: nova
65 password: password
66 tenant: service
67 metadata:
68 password: metadata
Ales Komarek880f02f2016-01-25 13:19:23 +010069 cache:
70 engine: memcached
71 members:
72 - host: 127.0.0.1
73 port: 11211
74 - host: 127.0.1.1
75 port: 11211
76 - host: 127.0.2.1
77 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000078 security:
79 enabled: true
80 strategy: ENCRYPT
81 secret_key: secret
Michel Nederlofeb566f62017-04-21 15:37:47 +020082 libvirt:
83 hw_disk_discard: unmap
Pavlo Shchelokovskyy1a879462017-11-28 17:56:03 +020084 live_migration_tunnelled: False
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030085 upgrade_levels:
86 compute: liberty
Dmitry Stremkovskiy83e66282017-07-25 18:49:21 +030087 libvirt_service_group: libvirtd
Kalynovskyi0bc79692017-07-21 16:22:09 +030088 lvm:
89 ephemeral: yes
90 images_volume_group: nova_vg
91 volume_clear: zero
92 volume_clear_size: 0
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030093 barbican:
94 enabled: true
kkalynovskyif50f0c02017-12-12 17:52:57 +020095 qemu:
96 user: nova
97 group: cinder
98 dynamic_ownership: 1
sgarbuzcc02c7f2018-10-25 14:29:30 +030099 consoleauth:
100 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +0800101 reclaim_instance_interval: 60