Comment 5 for bug 1465678

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

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

commit ee1477ac1a8ef90413a0cb2acf90cd1b2889882b
Author: Vladislav Belogrudov <email address hidden>
Date: Wed Jun 17 14:20:16 2015 +0300

    Correct cisco_ml2_apic_contracts.router_id length

    Some database engines require exact match of sizes of foreign keys
    and referenced fields. Foreign key router_id of table
    cisco_ml2_apic_contracts is varchar(64) but it references field
    id varchar(36) of table routers. This gives error while running
    migration scripts in such databases.

    This change only applies to new OpenStack installations

    Change-Id: I94a21ffbb82446499b1a55bd8b666d7395e4908a
    Related-Bug: #1463806
    Closes-Bug: #1465678