blob: bbfb87cb5f21fba6e00c6960d2e88420cfc1217a [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
Jiri Konecnye31f2c52016-04-14 17:16:02 +020029 members:
30 - host: 127.0.0.1
31 - host: 127.0.1.1
32 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010033 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
45 cache:
46 engine: memcached
47 members:
48 - host: 127.0.0.1
49 port: 11211
50 - host: 127.0.1.1
51 port: 11211
52 - host: 127.0.2.1
53 port: 11211