blob: 01e7b3806e2fe9563cc331d5e7875e4a85c3df54 [file] [log] [blame]
Pavel Cizinsky75b8e5a2017-03-09 10:14:50 +01001classes:
2- service.sahara.server.single
3parameters:
4 sahara:
5 server:
6 enabled: true
7 version: ${_param:sahara_version}
8 bind:
9 host: ${_param:single_address}
10 port: 8386
11 database:
12 engine: mysql
13 host: ${_param:openstack_database_address}
14 port: 3306
15 name: sahara
16 user: sahara
17 password: ${_param:mysql_sahara_password}
18 identity:
19 engine: keystone
20 host: ${_param:openstack_control_address}
21 port: 35357
22 user: sahara
23 password: ${_param:keystone_sahara_password}
24 tenant: service
25 message_queue:
26 engine: rabbitmq
27 host: ${_param:cluster_vip_address}
28 port: 5672
29 user: openstack
30 password: ${_param:rabbitmq_openstack_password}
31 virtual_host: '/openstack'