f2015da4b5
Openstack users are configured with openstacklib, which in turns drive puppet-mysql to create several DB user for each db service: <service>@'%' <service>@<ip> and <service>@<mysql_vip>. We create several users because we use two different parameters host and allowed_hosts in openstacklib, which only has the effect of creating a list of users per openstack service. However since we always create a user '%', this wildcard host will always allow connection to the DB, so the other users are currently not useful as they don't get any additional grants or restrictions. Simplify the entire mysql user creation to only generate one user per service, with a wildcard host. Change-Id: I928b03f06c702a13f4bd957eaa79153aa711cee4 Closes-Bug: #1943440 Closes-Bug: #1943330 |
||
---|---|---|
.. | ||
placement-api-container-puppet.yaml |