summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRuby Loo <ruby.loo@intel.com>2017-08-24 18:04:13 -0400
committerRuby Loo <ruby.loo@intel.com>2017-10-10 14:07:52 -0400
commitf1d442b72286ec54ffc19fc6884114c695f8da5f (patch)
tree13ece21d8796cffe10105265b2b944d4cd4fc602 /releasenotes
parente63947b5d2fb986559125a635967a8f48ba43b4d (diff)
downloadironic-f1d442b72286ec54ffc19fc6884114c695f8da5f.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/conductor-version-backfill-9d06f2ad81aebec3.yaml6
1 files changed, 6 insertions, 0 deletions
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``).