6e50d69b22
Ironic in OSA is currently broken as the ironic database
user isn't created, and consequently the ironic services can't
connect to the database. It broke back in patch 91deb13
.
This patch corrects the openstack-ansible side of the problem.
Another patch will fix the os-ironic side.
Change-Id: I38aa44bc33a80bb6d53a66bce34aff57048a1af3
Partial-Bug: #1625081
Signed-off-by: Michael Davies <michael@the-davies.net>
17 lines
319 B
YAML
17 lines
319 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The variable used to store the mysql password used by the ironic service
|
|
account has been changed. The following variable:
|
|
|
|
.. code-block:: yaml
|
|
|
|
ironic_galera_password: secrete
|
|
|
|
has been changed to:
|
|
|
|
.. code-block:: yaml
|
|
|
|
ironic_container_mysql_password: secrete
|
|
|