From f1d442b72286ec54ffc19fc6884114c695f8da5f Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Thu, 24 Aug 2017 18:04:13 -0400 Subject: 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 --- releasenotes/notes/conductor-version-backfill-9d06f2ad81aebec3.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/conductor-version-backfill-9d06f2ad81aebec3.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/conductor-version-backfill-9d06f2ad81aebec3.yaml b/releasenotes/notes/conductor-version-backfill-9d06f2ad81aebec3.yaml new file mode 100644 index 000000000..501c7dbb0 --- /dev/null +++ b/releasenotes/notes/conductor-version-backfill-9d06f2ad81aebec3.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + The ``conductors`` database table's ``version`` column is + populated as part of the data migration (via the command + ``ironic-dbsync online_data_migrations``). -- cgit v1.2.1