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