ironic/releasenotes/notes/conductor-version-backfill-9d06f2ad81aebec3.yaml
Ruby Loo f1d442b722 Add online data migrations for conductor version
This modifies the backfill_version_column method that was used in Pike,
to backfill the version column for the Conductor object, since we missed
setting the Conductor's version column in Pike. This method is invoked
when the operator runs ``ironic-dbsync online_data_migrations``.

Change-Id: I42fec0ac9c8b684219f14822648e627fce529d36
Partial-Bug: 1526283
2017-10-10 14:07:52 -04:00

7 lines
189 B
YAML

---
upgrade:
- |
The ``conductors`` database table's ``version`` column is
populated as part of the data migration (via the command
``ironic-dbsync online_data_migrations``).