blob: 80ec6f8684dcdedc1aa8841b69e2c3a2b1c6fe68 [file] [log] [blame]
Filip Pytloun4a72d792015-10-06 16:28:32 +02001applications:
2- nova
Ales Komarek121a9d52015-12-08 20:28:22 +01003classes:
4- service.nova.support
Filip Pytloun4a72d792015-10-06 16:28:32 +02005parameters:
6 nova:
7 compute:
8 enabled: true
9 version: ${_param:nova_version}
10 virtualization: kvm
11 bind:
12 vnc_address: ${linux:network:host:local:address}
13 vnc_port: 6080
14 vnc_name: ${linux:network:host:public:address}
15 database:
16 engine: mysql
17 host: ${linux:network:host:vip:address}
18 port: 3306
19 name: nova
20 user: nova
21 password: ${_secret:mysql_nova_password}
22 identity:
23 engine: keystone
24 host: ${linux:network:host:vip:address}
25 port: 35357
26 user: nova
27 password: ${_secret:keystone_nova_password}
28 tenant: service
29 message_queue:
30 engine: rabbitmq
31 host: ${linux:network:host:vip:address}
32 port: 5672
33 user: openstack
34 password: ${_secret:rabbitmq_openstack_password}
35 virtual_host: '/openstack'
36 image:
37 engine: glance
38 host: ${linux:network:host:vip:address}
39 port: 9292
40 network:
41 engine: neutron
42 host: ${linux:network:host:vip:address}
43 port: 9696
jan kaufmancda0f282015-11-22 14:31:48 +010044 logging:
45 heka:
46 enabled: true