blob: e6124f281226cb7756b2d14589fe78fc059ebc94 [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
Dmitry Ukovd8a62ca2019-03-05 20:51:10 +040016 cpu_allocation_ratio: 16.0
17 ram_allocation_ratio: 1.5
18 disk_allocation_ratio: 1.0
Ales Komarek880f02f2016-01-25 13:19:23 +010019 bind:
20 vnc_address: 127.0.0.1
21 vnc_port: 6080
22 vnc_name: 0.0.0.0
23 database:
24 engine: mysql
25 host: 127.0.0.1
26 port: 3306
27 name: nova
28 user: nova
29 password: password
30 identity:
31 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010032 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010033 host: 127.0.0.1
34 port: 35357
35 user: nova
36 password: password
37 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040038 logging:
39 log_appender: false
40 log_handlers:
41 watchedfile:
42 enabled: true
43 fluentd:
44 enabled: false
45 ossyslog:
46 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010047 message_queue:
48 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020049 members:
50 - host: 127.0.0.1
51 - host: 127.0.1.1
52 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010053 user: openstack
54 password: password
55 virtual_host: '/openstack'
56 image:
57 engine: glance
58 host: 127.0.0.1
59 port: 9292
60 network:
61 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010062 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010063 host: 127.0.0.1
64 port: 9696
Jakub Pavlik617a8962016-09-04 18:50:06 +020065 extension_sync_interval: 600
Petr Michalec5f41e6e2017-04-10 10:18:12 +020066 user: nova
67 password: password
68 tenant: service
69 metadata:
70 password: metadata
Ales Komarek880f02f2016-01-25 13:19:23 +010071 cache:
72 engine: memcached
73 members:
74 - host: 127.0.0.1
75 port: 11211
76 - host: 127.0.1.1
77 port: 11211
78 - host: 127.0.2.1
79 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000080 security:
81 enabled: true
82 strategy: ENCRYPT
83 secret_key: secret
Michel Nederlofeb566f62017-04-21 15:37:47 +020084 libvirt:
85 hw_disk_discard: unmap
Pavlo Shchelokovskyy1a879462017-11-28 17:56:03 +020086 live_migration_tunnelled: False
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030087 upgrade_levels:
88 compute: liberty
Dmitry Stremkovskiy83e66282017-07-25 18:49:21 +030089 libvirt_service_group: libvirtd
Kalynovskyi0bc79692017-07-21 16:22:09 +030090 lvm:
91 ephemeral: yes
92 images_volume_group: nova_vg
93 volume_clear: zero
94 volume_clear_size: 0
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030095 barbican:
96 enabled: true
kkalynovskyif50f0c02017-12-12 17:52:57 +020097 qemu:
98 user: nova
99 group: cinder
100 dynamic_ownership: 1
sgarbuzcc02c7f2018-10-25 14:29:30 +0300101 consoleauth:
102 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +0800103 reclaim_instance_interval: 60