blob: 0d716d861a5284d36322f960d62cad5efe884260 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
parameters:
mysql:
server:
database:
heat:
encoding: utf8
users:
- name: heat
password: ${_param:mysql_heat_password}
host: '%'
rights: all
- name: heat
password: ${_param:mysql_heat_password}
host: ${_param:cluster_local_address}
rights: all
|