bifrost/releasenotes/notes/Add-env-var-support-for-mysql-user-password-3ac520eea7ea9807.yaml
Chris Krelle ae5e64ba80 Allow mysql_username and mysql_password to be passed via env var.
This change allows mysql_username and mysql_password to be passed to
bifrost-ironic-install via the environment variables mysql_user and
mysql_pass. This is useful when there is a preexisting mysql installation
with passwords alreay set.

Change-Id: I6dfd3ec0e769f0af6b157cde106885eabc24d120
2016-03-17 14:50:30 -07:00

8 lines
265 B
YAML

---
features:
- Add support for passing a Mysql username and password
via environment variables mysql_user for username and
mysql_pass for password. Useful for cases where Mysql
server may be existing and have usernames with password
already set.