blob: 036a1403573f76aa62b9199e75661f566fc12b21 [file] [log] [blame]
Ales Komarekf9d35ae2016-08-19 10:23:00 +02001nova:
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
21 host: 127.0.0.1
22 port: 35357
23 user: nova
24 password: password
25 tenant: service
26 message_queue:
27 engine: rabbitmq
28 host: 127.0.0.1
29 port: 5672
30 user: openstack
31 password: password
32 virtual_host: '/openstack'
33 image:
34 engine: glance
35 host: 127.0.0.1
36 port: 9292
37 network:
38 engine: neutron
39 host: 127.0.0.1
40 port: 9696
41 cache:
42 engine: memcached
43 members:
44 - host: 127.0.0.1
45 port: 11211