blob: d4085e1e00c752a645cef99ff5c9539e3466f113 [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
Ales Komarek880f02f2016-01-25 13:19:23 +01009 bind:
10 vnc_address: 127.0.0.1
11 vnc_port: 6080
12 vnc_name: 0.0.0.0
13 database:
14 engine: mysql
15 host: 127.0.0.1
16 port: 3306
17 name: nova
18 user: nova
19 password: password
20 identity:
21 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010022 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010023 host: 127.0.0.1
24 port: 35357
25 user: nova
26 password: password
27 tenant: service
28 message_queue:
29 engine: rabbitmq
Jiri Konecnye31f2c52016-04-14 17:16:02 +020030 members:
31 - host: 127.0.0.1
32 - host: 127.0.1.1
33 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010034 user: openstack
35 password: password
36 virtual_host: '/openstack'
37 image:
38 engine: glance
39 host: 127.0.0.1
40 port: 9292
41 network:
42 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010043 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010044 host: 127.0.0.1
45 port: 9696
46 cache:
47 engine: memcached
48 members:
49 - host: 127.0.0.1
50 port: 11211
51 - host: 127.0.1.1
52 port: 11211
53 - host: 127.0.2.1
54 port: 11211