blob: fa229056fccd34b723a440da05fc216782195812 [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
8 bind:
9 vnc_address: 127.0.0.1
10 vnc_port: 6080
11 vnc_name: 0.0.0.0
12 database:
13 engine: mysql
14 host: 127.0.0.1
15 port: 3306
16 name: nova
17 user: nova
18 password: password
19 identity:
20 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010021 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010022 host: 127.0.0.1
23 port: 35357
24 user: nova
25 password: password
26 tenant: service
27 message_queue:
28 engine: rabbitmq
29 host: 127.0.0.1
30 port: 5672
31 user: openstack
32 password: password
33 virtual_host: '/openstack'
34 image:
35 engine: glance
36 host: 127.0.0.1
37 port: 9292
38 network:
39 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010040 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010041 host: 127.0.0.1
42 port: 9696
43 cache:
44 engine: memcached
45 members:
46 - host: 127.0.0.1
47 port: 11211