blob: 3c4b6bcb1c398b612f60948f0239a3c80a6744a4 [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
Ales Komarek880f02f2016-01-25 13:19:23 +010014 bind:
15 vnc_address: 127.0.0.1
16 vnc_port: 6080
17 vnc_name: 0.0.0.0
18 database:
19 engine: mysql
20 host: 127.0.0.1
21 port: 3306
22 name: nova
23 user: nova
24 password: password
25 identity:
26 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010027 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010028 host: 127.0.0.1
29 port: 35357
30 user: nova
31 password: password
32 tenant: service
33 message_queue:
34 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020035 members:
36 - host: 127.0.0.1
37 - host: 127.0.1.1
38 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010039 user: openstack
40 password: password
41 virtual_host: '/openstack'
42 image:
43 engine: glance
44 host: 127.0.0.1
45 port: 9292
46 network:
47 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010048 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010049 host: 127.0.0.1
50 port: 9696
Jakub Pavlik617a8962016-09-04 18:50:06 +020051 extension_sync_interval: 600
Ales Komarek880f02f2016-01-25 13:19:23 +010052 cache:
53 engine: memcached
54 members:
55 - host: 127.0.0.1
56 port: 11211
57 - host: 127.0.1.1
58 port: 11211
59 - host: 127.0.2.1
60 port: 11211