blob: 517fcda3f232ee35cd94339317ea16777dccde6c [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
Dmitry Ukovca60dd62019-03-05 20:51:10 +040018 cpu_allocation_ratio: 16.0
19 ram_allocation_ratio: 1.5
20 disk_allocation_ratio: 1.0
Ales Komarek880f02f2016-01-25 13:19:23 +010021 bind:
22 vnc_address: 127.0.0.1
23 vnc_port: 6080
24 vnc_name: 0.0.0.0
25 database:
26 engine: mysql
27 host: 127.0.0.1
28 port: 3306
29 name: nova
30 user: nova
31 password: password
32 identity:
33 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010034 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010035 host: 127.0.0.1
36 port: 35357
37 user: nova
38 password: password
39 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040040 logging:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040041 log_appender: true
vgusevddf130b2018-02-16 16:43:30 +040042 log_handlers:
43 watchedfile:
44 enabled: true
45 fluentd:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040046 enabled: true
vgusevddf130b2018-02-16 16:43:30 +040047 ossyslog:
Michael Polenchukf37e5b62018-11-28 17:55:45 +040048 enabled: true
Ales Komarek880f02f2016-01-25 13:19:23 +010049 message_queue:
50 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020051 members:
52 - host: 127.0.0.1
53 - host: 127.0.1.1
54 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010055 user: openstack
56 password: password
57 virtual_host: '/openstack'
58 image:
59 engine: glance
60 host: 127.0.0.1
61 port: 9292
62 network:
63 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010064 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010065 host: 127.0.0.1
66 port: 9696
Jakub Pavlik617a8962016-09-04 18:50:06 +020067 extension_sync_interval: 600
Petr Michalec5f41e6e2017-04-10 10:18:12 +020068 user: nova
69 password: password
70 tenant: service
71 metadata:
72 password: metadata
Ales Komarek880f02f2016-01-25 13:19:23 +010073 cache:
74 engine: memcached
Dmitry Ukov25b53072019-02-05 16:56:50 +040075 expiration_time: 600
76 backend_argument:
77 memcached_expire_time:
78 value: 660
Ales Komarek880f02f2016-01-25 13:19:23 +010079 members:
80 - host: 127.0.0.1
81 port: 11211
82 - host: 127.0.1.1
83 port: 11211
84 - host: 127.0.2.1
85 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000086 security:
87 enabled: true
88 strategy: ENCRYPT
89 secret_key: secret
Michel Nederlofeb566f62017-04-21 15:37:47 +020090 libvirt:
91 hw_disk_discard: unmap
Pavlo Shchelokovskyy1a879462017-11-28 17:56:03 +020092 live_migration_tunnelled: False
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030093 upgrade_levels:
94 compute: liberty
Dmitry Stremkovskiy83e66282017-07-25 18:49:21 +030095 libvirt_service_group: libvirtd
Kalynovskyi0bc79692017-07-21 16:22:09 +030096 lvm:
97 ephemeral: yes
98 images_volume_group: nova_vg
99 volume_clear: zero
100 volume_clear_size: 0
Oleg Iurchenko370c10d2017-10-19 14:03:37 +0300101 barbican:
102 enabled: true
kkalynovskyif50f0c02017-12-12 17:52:57 +0200103 qemu:
104 user: nova
105 group: cinder
106 dynamic_ownership: 1
sgarbuzcc02c7f2018-10-25 14:29:30 +0300107 consoleauth:
108 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +0800109 reclaim_instance_interval: 60