os_ironic mysql password variable not updated

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>
This commit is contained in:
Michael Davies 2016-09-19 19:07:44 +09:30
parent 51f4dec329
commit 6e50d69b22
2 changed files with 17 additions and 1 deletions

View File

@ -82,7 +82,7 @@ heat_rabbitmq_password:
## Ironic options
ironic_rabbitmq_password:
ironic_galera_password:
ironic_container_mysql_password:
ironic_service_password:
ironic_swift_temp_url_secret_key:

View File

@ -0,0 +1,16 @@
---
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