| Ann Kamyshnikova | 119d3ec | 2018-11-28 14:32:29 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - service.octavia.manager.cluster | ||||
| 3 | |||||
| 4 | parameters: | ||||
| 5 | octavia: | ||||
| 6 | manager: | ||||
| 7 | enabled: true | ||||
| 8 | version: ${_param:octavia_version} | ||||
| 9 | ssh: | ||||
| 10 | private_key: ${_param:octavia_private_key} | ||||
| 11 | user: octavia | ||||
| 12 | group: octavia | ||||
| 13 | database: | ||||
| 14 | host: ${_param:openstack_database_address} | ||||
| 15 | identity: | ||||
| 16 | region: ${_param:openstack_region} | ||||
| 17 | protocol: ${_param:cluster_internal_protocol} | ||||
| 18 | message_queue: | ||||
| 19 | host: ${_param:openstack_message_queue_address} | ||||