blob: 8eb2d4c94e469fa1d5075221d8f03bddb3c549ec [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
30 host: 127.0.0.1
31 port: 5672
32 user: openstack
33 password: password
34 virtual_host: '/openstack'
35 image:
36 engine: glance
37 host: 127.0.0.1
38 port: 9292
39 network:
40 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010041 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010042 host: 127.0.0.1
43 port: 9696
Petr Michalec5f41e6e2017-04-10 10:18:12 +020044 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010045 cache:
46 engine: memcached
47 members:
48 - host: 127.0.0.1
49 port: 11211