blob: a9d30a50dc2382ec428808035422c20681870871 [file] [log] [blame]
Elena Ezhova68892882017-06-16 12:17:55 +04001classes:
2- service.octavia.api.single
3parameters:
Michael Polenchuke5bf5002018-05-03 17:03:32 +04004 _param:
5 internal_protocol: 'http'
Elena Ezhova68892882017-06-16 12:17:55 +04006 octavia:
7 api:
8 enabled: true
9 bind:
10 address: ${_param:single_address}
Michael Polenchuke5bf5002018-05-03 17:03:32 +040011 database:
12 host: ${_param:openstack_database_address}
13 identity:
14 region: ${_param:openstack_region}
15 protocol: ${_param:internal_protocol}
16 message_queue:
17 host: ${_param:openstack_message_queue_address}