Filip Pytloun | cd028e4 | 2015-10-06 16:28:32 +0200 | [diff] [blame^] | 1 | applications: |
| 2 | - neutron |
| 3 | parameters: |
| 4 | neutron: |
| 5 | server: |
| 6 | enabled: true |
| 7 | fwaas: false |
| 8 | tunnel_type: vxlan |
| 9 | version: ${_param:neutron_version} |
| 10 | bind: |
| 11 | address: ${_param:cluster_local_address} |
| 12 | port: 9696 |
| 13 | database: |
| 14 | engine: mysql |
| 15 | host: ${_param:cluster_vip_address} |
| 16 | port: 3306 |
| 17 | name: neutron |
| 18 | user: neutron |
| 19 | password: ${_param:mysql_neutron_password} |
| 20 | identity: |
| 21 | engine: keystone |
| 22 | host: ${_param:cluster_vip_address} |
| 23 | port: 35357 |
| 24 | user: neutron |
| 25 | password: ${_param:keystone_neutron_password} |
| 26 | tenant: service |
| 27 | message_queue: |
| 28 | engine: rabbitmq |
| 29 | host: ${_param:cluster_vip_address} |
| 30 | port: 5672 |
| 31 | user: openstack |
| 32 | password: ${_param:rabbitmq_openstack_password} |
| 33 | virtual_host: '/openstack' |
| 34 | ha_queues: true |