blob: c3a24855d10b824cc000a28beb760bd6c91488b7 [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
10 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
Ales Komarek880f02f2016-01-25 13:19:23 +010015 bind:
16 vnc_address: 127.0.0.1
17 vnc_port: 6080
18 vnc_name: 0.0.0.0
19 database:
20 engine: mysql
21 host: 127.0.0.1
22 port: 3306
23 name: nova
24 user: nova
25 password: password
26 identity:
27 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010028 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010029 host: 127.0.0.1
30 port: 35357
31 user: nova
32 password: password
33 tenant: service
34 message_queue:
35 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020036 members:
37 - host: 127.0.0.1
38 - host: 127.0.1.1
39 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010040 user: openstack
41 password: password
42 virtual_host: '/openstack'
43 image:
44 engine: glance
45 host: 127.0.0.1
46 port: 9292
47 network:
48 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010049 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010050 host: 127.0.0.1
51 port: 9696
Jakub Pavlik617a8962016-09-04 18:50:06 +020052 extension_sync_interval: 600
Petr Michalec5f41e6e2017-04-10 10:18:12 +020053 user: nova
54 password: password
55 tenant: service
56 metadata:
57 password: metadata
Ales Komarek880f02f2016-01-25 13:19:23 +010058 cache:
59 engine: memcached
60 members:
61 - host: 127.0.0.1
62 port: 11211
63 - host: 127.0.1.1
64 port: 11211
65 - host: 127.0.2.1
66 port: 11211
Michel Nederlofeb566f62017-04-21 15:37:47 +020067 libvirt:
68 hw_disk_discard: unmap