]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix py34 No sql_connection parameter is established error
authorAssaf Muller <amuller@redhat.com>
Wed, 26 Aug 2015 20:27:37 +0000 (16:27 -0400)
committerarmando-migliaccio <armamig@gmail.com>
Wed, 26 Aug 2015 22:56:56 +0000 (15:56 -0700)
commita584f4b42d5a93959d23ef03d06f6acb3eb62c00
treee445209eaef55f5d32c4500dc5ea5ba7018908b3
parentd66f0e27919a29682d7c65e4f9ce1f9c7b278542
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
neutron/common/config.py
neutron/tests/base.py