Comment 2 for bug 1642764

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

Reviewed: https://review.openstack.org/399284
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2c7ef566af9bccbc565e0dc0259a8c456396153f
Submitter: Jenkins
Branch: master

commit 2c7ef566af9bccbc565e0dc0259a8c456396153f
Author: Terry Wilson <email address hidden>
Date: Tue Oct 25 01:05:24 2016 -0500

    Handle db_add in transaction for new objects

    The native interface chokes when doing db_add on an object that
    was created within the same transaction due to the column we are
    modifying not yet existing. This patch adds defaults for the
    column.

    Change-Id: I4386aa293f9b18d2e17b4a80d9c7da4b9b46f3c9
    Closes-Bug: #1642764