Comment 4 for bug 1506777

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

Reviewed: https://review.openstack.org/236038
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=be0f96599f89d5983643b825d9d35246da09f4c1
Submitter: Jenkins
Branch: stable/liberty

commit be0f96599f89d5983643b825d9d35246da09f4c1
Author: ZhiQiang Fan <email address hidden>
Date: Fri Oct 16 03:13:03 2015 -0700

    support mysql+pymysql in functional test

    Currently, if we use PyMySQL as MySQL driver, database connection
    url will be set to mysql+pymysql://, but our functional test doesn't
    recognize such engine name, which finally will skip all the functional
    test for mysql backend.

    This patch simply maps mysql+pymysql to mysql.

    Change-Id: I924de57e9f194f183a405846a6ac98968a2483d3
    Closes-Bug: #1506777
    (cherry picked from commit bf85df219e02dd1203457eb88eda32b3871aa3c4)