blob: e412f3698548cd04d0cad01aaa7721456da23473 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.neutron.control.single
3parameters:
Andrey Shestakov0c7e1102017-08-10 13:39:04 +03004 linux:
5 system:
6 package:
7 python-pymysql:
8 fromrepo: ${_param:openstack_version}
9 version: latest
Ondrej Smola03ff34e2016-12-01 01:30:33 +010010 neutron:
11 server:
12 database:
13 host: ${_param:single_address}
14 mysql:
15 server:
16 database:
17 neutron:
18 encoding: utf8
19 users:
20 - name: neutron
21 password: ${_param:mysql_neutron_password}
22 host: '%'
23 rights: all
24 - name: neutron
25 password: ${_param:mysql_neutron_password}
26 host: ${_param:single_address}
27 rights: all
28