blob: 29d6749f11ecf51a61e108d20955b9ac11dd9e7b [file] [log] [blame]
Filip Pytlouncd028e42015-10-06 16:28:32 +02001applications:
2- neutron
3parameters:
4 neutron:
5 switch:
6 enabled: true
7 version: icehouse
8 mtu: 1500
9 tunnel_type: gre
10 bind:
11 address: ${linux:network:host:local:address}
12 database:
13 engine: mysql
14 host: ${linux:network:host:vip:address}
15 port: 3306
16 name: neutron
17 user: neutron
18 password: ${_secret:mysql_neutron_password}
19 identity:
20 engine: keystone
21 host: ${linux:network:host:vip:address}
22 port: 35357
23 user: neutron
24 password: ${_secret:keystone_neutron_password}
25 tenant: service
26 message_queue:
27 engine: rabbitmq
28 host: ${linux:network:host:vip:address}
29 port: 5672
30 user: openstack
31 password: ${_secret:rabbitmq_openstack_password}
32 virtual_host: '/openstack'
33 ha_queues: true