Elena Ezhova | 6889288 | 2017-06-16 12:17:55 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - service.octavia.api.single |
| 3 | parameters: |
Michael Polenchuk | e5bf500 | 2018-05-03 17:03:32 +0400 | [diff] [blame] | 4 | _param: |
| 5 | internal_protocol: 'http' |
Elena Ezhova | 6889288 | 2017-06-16 12:17:55 +0400 | [diff] [blame] | 6 | octavia: |
| 7 | api: |
| 8 | enabled: true |
Vasyl Saienko | 01eb317 | 2018-07-16 13:44:53 +0300 | [diff] [blame] | 9 | role: ${_param:openstack_node_role} |
Elena Ezhova | 6889288 | 2017-06-16 12:17:55 +0400 | [diff] [blame] | 10 | bind: |
| 11 | address: ${_param:single_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:internal_protocol} |
| 17 | message_queue: |
| 18 | host: ${_param:openstack_message_queue_address} |