Filip Pytloun | cd028e4 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - neutron |
| 3 | parameters: |
| 4 | neutron: |
| 5 | bridge: |
| 6 | enabled: true |
| 7 | version: icehouse |
| 8 | migration: true |
| 9 | mtu: 1500 |
| 10 | bind: |
| 11 | address: ${linux:network:host:local:address} |
| 12 | metadata: |
| 13 | host: ${linux:network:host:vip:address} |
| 14 | port: 8775 |
| 15 | password: metadataPass |
| 16 | identity: |
| 17 | engine: keystone |
| 18 | host: ${linux:network:host:vip:address} |
| 19 | port: 35357 |
| 20 | user: neutron |
| 21 | password: ${_secret:keystone_neutron_password} |
| 22 | tenant: service |
| 23 | message_queue: |
| 24 | engine: rabbitmq |
| 25 | host: ${linux:network:host:vip:address} |
| 26 | port: 5672 |
| 27 | user: openstack |
| 28 | password: ${_secret:rabbitmq_openstack_password} |
| 29 | virtual_host: '/openstack' |