
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
10 lines
392 B
YAML
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.
|