Comment 4 for bug 1266595

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

Reviewed: https://review.openstack.org/141414
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=26b19e6353577b0dda52f921c3fe48bdb8e1a1c6
Submitter: Jenkins
Branch: master

commit 26b19e6353577b0dda52f921c3fe48bdb8e1a1c6
Author: Ivan Kolodyazhny <email address hidden>
Date: Fri Dec 12 18:11:58 2014 +0200

    Add migration tests for PostgreSQL

    Fix migrations for PostgresSQL:
    002_quota_class - PostgreSQL-specific reservations foreign key name
    004_volume_type_to_uuid - while downgraging volume_type_id from string to int
    PostgreSQL can't do it automatically

    Change-Id: I68b8608a85594501536835ddc9dc87bcd2dd80c4
    Closes-Bug: #1266595