Merge "ironic: Perform online data migrations with localhost DB"
This commit is contained in:
commit
e41ed49832
@ -14,4 +14,3 @@
|
|||||||
- name: "Perform ironic online data migrations"
|
- name: "Perform ironic online data migrations"
|
||||||
command: ironic-dbsync --config-file /etc/ironic/ironic.conf online_data_migrations
|
command: ironic-dbsync --config-file /etc/ironic/ironic.conf online_data_migrations
|
||||||
environment: "{{ bifrost_venv_env }}"
|
environment: "{{ bifrost_venv_env }}"
|
||||||
when: ironic.database.host != 'localhost'
|
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes an issue where online data migrations were not performed in the
|
||||||
|
default Bifrost configuration where ``localhost`` is used as the database
|
||||||
|
address. See `LP#2036772
|
||||||
|
<https://bugs.launchpad.net/bifrost/+bug/2036772>`__ for details.
|
Loading…
x
Reference in New Issue
Block a user