Comment 46 for bug 1526283

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/497593
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=8a982282513bf496944124e685e5bc7938cd11e8
Submitter: Jenkins
Branch: master

commit 8a982282513bf496944124e685e5bc7938cd11e8
Author: Ruby Loo <email address hidden>
Date: Thu Aug 24 15:34:13 2017 -0400

    conductor saves version in db

    For rolling upgrades, we added a 'version' column to all the
    DB object tables. However, we forgot to save the version value
    for conductor objects. This patch addresses that.

    Change-Id: Ic366f771491774f9708c9a81ab76dc13757d852b
    Partial-Bug: #1526283