Elena Ezhova | 26bab1f | 2017-06-15 16:34:59 +0400 | [diff] [blame] | 1 | applications: |
| 2 | - octavia |
| 3 | classes: |
| 4 | - service.octavia.support |
| 5 | parameters: |
| 6 | _param: |
| 7 | keystone_octavia_endpoint_type: internal |
| 8 | octavia_api_bind_address: ${_param:cluster_local_address} |
| 9 | octavia_api_bind_port: 9876 |
Anastasia Kuznetsova | e33c0ac | 2018-08-15 16:20:40 +0400 | [diff] [blame^] | 10 | octavia_api_v1_enabled: True |
| 11 | octavia_api_v2_enabled: True |
Elena Ezhova | 26bab1f | 2017-06-15 16:34:59 +0400 | [diff] [blame] | 12 | octavia: |
| 13 | api: |
| 14 | enabled: true |
| 15 | version: ${_param:octavia_version} |
Anastasia Kuznetsova | e33c0ac | 2018-08-15 16:20:40 +0400 | [diff] [blame^] | 16 | api_v1_enabled: ${_param:octavia_api_v1_enabled} |
| 17 | api_v2_enabled: ${_param:octavia_api_v2_enabled} |
Elena Ezhova | 26bab1f | 2017-06-15 16:34:59 +0400 | [diff] [blame] | 18 | debug: true |
| 19 | bind: |
| 20 | address: ${_param:octavia_api_bind_address} |
| 21 | port: ${_param:octavia_api_bind_port} |
| 22 | database: |
| 23 | engine: mysql |
| 24 | host: ${_param:cluster_vip_address} |
| 25 | port: 3306 |
| 26 | name: octavia |
| 27 | user: octavia |
| 28 | password: ${_param:mysql_octavia_password} |
| 29 | identity: |
| 30 | engine: keystone |
| 31 | region: RegionOne |
| 32 | host: ${_param:cluster_vip_address} |
| 33 | port: 35357 |
| 34 | user: octavia |
| 35 | password: ${_param:keystone_octavia_password} |
| 36 | tenant: service |
| 37 | endpoint_type: ${_param:keystone_octavia_endpoint_type} |
| 38 | message_queue: |
| 39 | engine: rabbitmq |
| 40 | host: ${_param:cluster_vip_address} |
| 41 | port: 5672 |
| 42 | user: openstack |
| 43 | password: ${_param:rabbitmq_openstack_password} |
| 44 | virtual_host: '/openstack' |