Files
puppet-openstacklib/releasenotes/notes/Add-TLS-options-for-mysql-user-creation-172536d7f3963ce2.yaml
Juan Antonio Osorio Robles 83653d442e Add tls options to mysql user creation
This enables us to set several TLS requirements for the users created
by the host_access resource.

Change-Id: If550f184f85f8fdbc197fc9f930d4446de67090a
2016-12-16 07:58:13 +02:00

7 lines
296 B
YAML

---
features:
- For the users that result from the usage of the mysql resource, it is now
possible to specify the TLS options. This is useful if one wants to force
the user to only connect using TLS, or if one wants to force the usage of
client certificates for this specific user.