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