Comment 15 for bug 1738094

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

Reviewed: https://review.openstack.org/528338
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e4e7b8da563e1fe4c2713dad55788f5ba3a86057
Submitter: Zuul
Branch: stable/newton

commit e4e7b8da563e1fe4c2713dad55788f5ba3a86057
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. Also the uuids module isn't in newton so
    a hard-coded uuid is used.

    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)
    (cherry picked from commit 1cfcc406437c8ff3734bffef736407dc2a6440d9)
    (cherry picked from commit 4f0ff43c79c02689a118dc8100187c19b5c21238)