Comment 19 for bug 1563028

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to trove (stable/mitaka)

Reviewed: https://review.openstack.org/298984
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=18331be59c9f712532a1b3ec378865a7d37b8fa9
Submitter: Jenkins
Branch: stable/mitaka

commit 18331be59c9f712532a1b3ec378865a7d37b8fa9
Author: Amrith Kumar <email address hidden>
Date: Mon Mar 28 16:10:53 2016 -0400

    Address change in Route v2.3

    Routes v2.3 which just came out included a change (see the LP bug
    referenced below) that caused py27 to fail.

    At issue is that Routes<2.3 allowed both

        submapper.connect(route_name, route_path), and
        submapper.connect(route_path).

    In 2.3, you were required to provide both route_name and
    route_path. This change adds a route_name to support both Routes < 2.3
    and Routes == 2.3.

    Change-Id: I8aa0626960fbf446102452a56369d24420422dac
    Related-Bug: 1563028
    (cherry picked from commit 6664fb27af2218c411230f91b8e23e72845cbf2a)