blob: dfd1128eca9a9cc4319b711b8f37c3c473a2b327 [file] [log] [blame]
applications:
- octavia
classes:
- service.octavia.support
parameters:
_param:
keystone_octavia_endpoint_type: internal
octavia_api_v1_enabled: True
octavia_api_v2_enabled: True
octavia:
api:
enabled: true
version: ${_param:octavia_version}
api_v1_enabled: ${_param:octavia_api_v1_enabled}
api_v2_enabled: ${_param:octavia_api_v2_enabled}
debug: true
bind:
address: ${_param:single_address}
port: 9876
database:
engine: mysql
host: ${_param:single_address}
port: 3306
name: octavia
user: octavia
password: ${_param:mysql_octavia_password}
identity:
engine: keystone
region: RegionOne
host: ${_param:single_address}
port: 35357
user: octavia
password: ${_param:keystone_octavia_password}
tenant: service
endpoint_type: ${_param:keystone_octavia_endpoint_type}
message_queue:
engine: rabbitmq
host: ${_param:single_address}
port: 5672
user: openstack
password: ${_param:rabbitmq_openstack_password}
virtual_host: '/openstack'