ae5e64ba80
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
8 lines
265 B
YAML
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.
|