blob: 4322f07134454ed99b9d49a8f1b088e2005ac8c2 [file] [log] [blame]
Elena Ezhova26bab1f2017-06-15 16:34:59 +04001octavia:
2 api:
3 enabled: true
4 version: ocata
5 bind:
6 address: 127.0.0.1
7 port: 9876
8 database:
9 engine: mysql
10 host: 127.0.0.1
11 port: 3306
12 name: octavia
13 user: octavia
14 password: password
15 identity:
16 engine: keystone
17 region: RegionOne
18 host: 127.0.0.1
19 port: 35357
20 user: octavia
21 password: password
22 tenant: service
23 message_queue:
24 engine: rabbitmq
25 host: 127.0.0.1
26 port: 5672
27 user: openstack
28 password: password
29 virtual_host: '/openstack'
30 members:
31 - host: 127.0.0.1
32 - host: 127.0.1.1
33 - host: 127.0.2.1