Comment 3 for bug 1489098

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

Reviewed: https://review.openstack.org/217379
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a584f4b42d5a93959d23ef03d06f6acb3eb62c00
Submitter: Jenkins
Branch: master

commit a584f4b42d5a93959d23ef03d06f6acb3eb62c00
Author: Assaf Muller <email address hidden>
Date: Wed Aug 26 16:27:37 2015 -0400

    Fix py34 No sql_connection parameter is established error

    Tests that were using DB connections that did not happen to
    import config.py were not setting the DB connection string.
    The base test class now sets the string instead of relying
    on an import to happen.

    Change-Id: I7aceffff427d6526c0059dd88f67a58783292abd
    Closes-Bug: #1489098