Elena Ezhova | 6889288 | 2017-06-16 12:17:55 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - service.octavia.api.cluster |
| 3 | - system.haproxy.proxy.listen.openstack.octavia |
| 4 | parameters: |
Michael Polenchuk | e5bf500 | 2018-05-03 17:03:32 +0400 | [diff] [blame] | 5 | _param: |
| 6 | cluster_internal_protocol: 'http' |
Elena Ezhova | 6889288 | 2017-06-16 12:17:55 +0400 | [diff] [blame] | 7 | octavia: |
| 8 | api: |
| 9 | enabled: true |
| 10 | bind: |
| 11 | address: ${_param:cluster_local_address} |
Michael Polenchuk | e5bf500 | 2018-05-03 17:03:32 +0400 | [diff] [blame] | 12 | database: |
| 13 | host: ${_param:openstack_database_address} |
| 14 | identity: |
| 15 | region: ${_param:openstack_region} |
| 16 | protocol: ${_param:cluster_internal_protocol} |
| 17 | message_queue: |
| 18 | host: ${_param:openstack_message_queue_address} |