Comment 13 for bug 1738094

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

Reviewed: https://review.openstack.org/528330
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9adf97c0132c3e0d34bbb2e33b59c6e5b00bec57
Submitter: Zuul
Branch: stable/pike

commit 9adf97c0132c3e0d34bbb2e33b59c6e5b00bec57
Author: Artom Lifshitz <email address hidden>
Date: Thu Dec 14 11:56:47 2017 -0500

    Make request_spec.spec MediumText

    request_spec.instance_group.members is a list of instance UUIDs. It
    can get so long that it overflows its TEXT column. This patch changes
    request_spec.spec to MEDIUMTEXT.

    NOTE(artom): Conflicts in
    nova/tests/functional/db/api/test_migrations.py because of backport
    migration renumbering.

    NOTE(mriedem): Since this is a backport, this contains a release
    note not found in the original change on master.

    Change-Id: I6bf0fa19b72887803e77b66698587c2108c9372a
    Closes-bug: 1738094
    (cherry picked from commit 40d74339082fe0eb1ce9216e89cf6e65a39e6968)