blob: 28ded0c4c7a7cfcff8d02ca8312534a8f7bba3bb [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
Ales Komarek880f02f2016-01-25 13:19:23 +01009 virtualization: kvm
Dmitry Stremkovskiy35e53b72017-07-29 12:50:39 +030010 disk_cachemodes: network=writeback,block=none
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
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:
36 log_appender: false
37 log_handlers:
38 watchedfile:
39 enabled: true
40 fluentd:
41 enabled: false
42 ossyslog:
43 enabled: false
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
Michel Nederlofeb566f62017-04-21 15:37:47 +020077 libvirt:
78 hw_disk_discard: unmap
Pavlo Shchelokovskyy1a879462017-11-28 17:56:03 +020079 live_migration_tunnelled: False
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030080 upgrade_levels:
81 compute: liberty
Dmitry Stremkovskiy83e66282017-07-25 18:49:21 +030082 libvirt_service_group: libvirtd
Kalynovskyi0bc79692017-07-21 16:22:09 +030083 lvm:
84 ephemeral: yes
85 images_volume_group: nova_vg
86 volume_clear: zero
87 volume_clear_size: 0
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030088 barbican:
89 enabled: true
kkalynovskyif50f0c02017-12-12 17:52:57 +020090 qemu:
91 user: nova
92 group: cinder
93 dynamic_ownership: 1