blob: e2006400ffc7e4f5004b58e272981b4034f8fd05 [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
35 message_queue:
36 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020037 members:
38 - host: 127.0.0.1
39 - host: 127.0.1.1
40 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010041 user: openstack
42 password: password
43 virtual_host: '/openstack'
44 image:
45 engine: glance
46 host: 127.0.0.1
47 port: 9292
48 network:
49 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010050 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010051 host: 127.0.0.1
52 port: 9696
Jakub Pavlik617a8962016-09-04 18:50:06 +020053 extension_sync_interval: 600
Petr Michalec5f41e6e2017-04-10 10:18:12 +020054 user: nova
55 password: password
56 tenant: service
57 metadata:
58 password: metadata
Ales Komarek880f02f2016-01-25 13:19:23 +010059 cache:
60 engine: memcached
61 members:
62 - host: 127.0.0.1
63 port: 11211
64 - host: 127.0.1.1
65 port: 11211
66 - host: 127.0.2.1
67 port: 11211
Michel Nederlofeb566f62017-04-21 15:37:47 +020068 libvirt:
69 hw_disk_discard: unmap
Dmitry Stremkovskiy91f45852017-07-18 16:22:31 +030070 upgrade_levels:
71 compute: liberty
Dmitry Stremkovskiy83e66282017-07-25 18:49:21 +030072 libvirt_service_group: libvirtd
Kalynovskyi0bc79692017-07-21 16:22:09 +030073 lvm:
74 ephemeral: yes
75 images_volume_group: nova_vg
76 volume_clear: zero
77 volume_clear_size: 0
Oleg Iurchenko370c10d2017-10-19 14:03:37 +030078 barbican:
79 enabled: true