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:
parent
51f4dec329
commit
6e50d69b22
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user