Files
puppet-openstacklib/releasenotes/notes/mysql-user-and-grants-optional-fd34f4686d44aec3.yaml
Alex Schultz d91a4c7b36 Add ability to skip mysql user/grants
Previously if you wanted to use the openstack::db::mysql for to create a
database and use the same user for multiple databases, the catalog would
fail due to a duplicate mysql_user definition. This change adds the
ability to disable the user creation as well as the grant if the user
does not need it.

Change-Id: Id04a622cc900254fe60bc257a9e42d16c676bf40
Related-Bug: 1649341
2016-12-12 14:46:07 -07:00

10 lines
392 B
YAML

---
features:
- Add the ability to skip the mysql user and/or grant creation as part of the
openstack::db::mysql resource.
fixes:
- openstack::db::mysql could not be used to create multiple databases
with the same user/password for access due to a duplicate mysql_user
resource declaration. Now the user and/or grant creation process can be
skipped if they already exist.