Comment 2 for bug 1506777

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

Reviewed: https://review.openstack.org/235831
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=bf85df219e02dd1203457eb88eda32b3871aa3c4
Submitter: Jenkins
Branch: master

commit bf85df219e02dd1203457eb88eda32b3871aa3c4
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