blob: 08b6ddb3d72acb88ec277229959fc937b61d27cd [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 mysql:
3 server:
4 database:
5 cinder:
6 encoding: utf8
7 users:
8 - name: cinder
9 password: ${_param:mysql_cinder_password}
10 host: '%'
11 rights: all
12 - name: cinder
13 password: ${_param:mysql_cinder_password}
14 host: ${_param:cluster_local_address}
15 rights: all