blob: 6d38a36b484855e0ab07c9b884eed6ff090ac617 [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
Dmitry Ukov5da484b2019-02-05 16:56:50 +040073 expiration_time: 600
74 backend_argument:
75 memcached_expire_time:
76 value: 660
Ales Komarek880f02f2016-01-25 13:19:23 +010077 members:
78 - host: 127.0.0.1
79 port: 11211
80 - host: 127.0.1.1
81 port: 11211
82 - host: 127.0.2.1
83 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000084 security:
85 enabled: true
86 strategy: ENCRYPT
87 secret_key: secret
Michel Nederlofeb566f62017-04-21 15:37:47 +020088 libvirt:
89 hw_disk_discard: unmap
Pavlo Shchelokovskyy1a879462017-11-28 17:56:03 +020090 live_migration_tunnelled: False
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030091 upgrade_levels:
92 compute: liberty
Dmitry Stremkovskiy83e66282017-07-25 18:49:21 +030093 libvirt_service_group: libvirtd
Kalynovskyi0bc79692017-07-21 16:22:09 +030094 lvm:
95 ephemeral: yes
96 images_volume_group: nova_vg
97 volume_clear: zero
98 volume_clear_size: 0
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030099 barbican:
100 enabled: true
kkalynovskyif50f0c02017-12-12 17:52:57 +0200101 qemu:
102 user: nova
103 group: cinder
104 dynamic_ownership: 1
sgarbuzcc02c7f2018-10-25 14:29:30 +0300105 consoleauth:
106 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +0800107 reclaim_instance_interval: 60