blob: 9357d1529ab3353a93f1514632cd7ca0d5c77dbe [file] [log] [blame]
Ales Komarek880f02f2016-01-25 13:19:23 +01001nova:
2 compute:
3 version: liberty
4 enabled: true
5 virtualization: kvm
6 heal_instance_info_cache_interval: 60
7 vncproxy_url: openstack:6080
maxstack39e6aca2016-05-04 13:50:13 +00008 vnc_keymap: en-gb
Petr Michalecf03e4882017-04-10 10:26:18 +02009 resume_guests_state_on_host_boot: False
Ales Komarek880f02f2016-01-25 13:19:23 +010010 bind:
11 vnc_address: 127.0.0.1
12 vnc_port: 6080
13 vnc_name: 0.0.0.0
14 database:
15 engine: mysql
16 host: 127.0.0.1
17 port: 3306
18 name: nova
19 user: nova
20 password: password
21 identity:
22 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010023 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010024 host: 127.0.0.1
25 port: 35357
26 user: nova
27 password: password
28 tenant: service
29 message_queue:
30 engine: rabbitmq
31 host: 127.0.0.1
32 port: 5672
33 user: openstack
34 password: password
35 virtual_host: '/openstack'
36 image:
37 engine: glance
38 host: 127.0.0.1
39 port: 9292
40 network:
41 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010042 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010043 host: 127.0.0.1
44 port: 9696
Petr Michalec5f41e6e2017-04-10 10:18:12 +020045 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010046 cache:
47 engine: memcached
48 members:
49 - host: 127.0.0.1
50 port: 11211