Comment 7 for bug 1635446

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

Reviewed: https://review.openstack.org/390812
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=fd7b3d64c70eeae34dcf38a847180c60fddfed5c
Submitter: Jenkins
Branch: master

commit fd7b3d64c70eeae34dcf38a847180c60fddfed5c
Author: Matt Riedemann <email address hidden>
Date: Wed Oct 26 06:23:42 2016 -0400

    Make build_requests.instance MediumText

    The build_requests.instance column is a serialized
    instance object, and the instances.user_data column
    is MediumText, so the build_requests.instance column
    itself needs to be at least MediumText in size for MySQL.

    Change-Id: I7d65df37c02750593037744543ad15e5bc64e913
    Closes-Bug: #1635446