Comment 4 for bug 1603109

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

Reviewed: https://review.openstack.org/342227
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=5b0492b1a1436af86e193294937f567309c43a1d
Submitter: Jenkins
Branch: master

commit 5b0492b1a1436af86e193294937f567309c43a1d
Author: gong yong sheng <gong.yongsheng@99cloud.net>
Date: Thu Jul 14 22:52:18 2016 +0800

    Don't change existing nullable property

    Regarding why we should do the way in this patch, please see
    bug report.

    exsiting_nullable=False seemingly failed on mysql 5.5,
    so use nullable=False.

    Author: gong yong sheng <gong.yongsheng@99cloud.net>

    Change-Id: Idb7ba72a6273e03f73a28f8b0054ca39ab02c8bc
    Closes-bug: #1603109