Comment 9 for bug 1224666

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/48069
Committed: http://github.com/openstack/ceilometer/commit/0cd1c8baa626810339a87ce486f6470a4b1bcb99
Submitter: Jenkins
Branch: master

commit 0cd1c8baa626810339a87ce486f6470a4b1bcb99
Author: Eoghan Glynn <email address hidden>
Date: Tue Sep 24 14:35:32 2013 +0000

    Avoid imposing alembic 6.0 requirement on all distros

    Related-to: LP 1224666

    Two of the alembic-based migrations use the new 'type_' kwarg in calls
    to op.drop_constraint(), even though the old 'type' form was retained
    for backward compatability:

      https://alembic.readthedocs.org/en/latest/ops.html

      "Changed in version 0.5.0: The type parameter is now named type_.
      The old name type will remain for backwards compatibility."

    To avoid needlessly imposing the alembic 6.0 on distros for which this
    version is not yet packaged, we revert these migrations to use the older
    form.

    The corresponding change to the global requirements is proposed here:

      https://review.openstack.org/48227

    Change-Id: I3796ffa3de0e0f558f368d7ebf8e55c87657753d