]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove unneeded OS_TEST_DBAPI_ADMIN_CONNECTION
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 3 Jul 2015 23:06:09 +0000 (23:06 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 4 Jul 2015 13:44:33 +0000 (13:44 +0000)
The desired OS_TEST_DBAPI_ADMIN_CONNECTION string is now reflected
in the oslo.db 1.12.0 release's default behavior, and so does not
need to be set any longer to achieve the same opportunistic backend
discovery for tests.

Change-Id: I51e655e2db67541c58f7909811bbec344094c4c0
Depends-On: Ibcb49412a012f79be2f7fd697349ddbf43bd7b9b

tox.ini

diff --git a/tox.ini b/tox.ini
index e9716d7f049e9c5158c87e1071f2d7bac308a417..f23180f75fdcd2172c7384d022e28f2efc11e528 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ skipsdist = True
 
 [testenv]
 setenv = VIRTUAL_ENV={envdir}
-         OS_TEST_DBAPI_ADMIN_CONNECTION=mysql+pymysql://openstack_citest:openstack_citest@localhost/;postgresql://openstack_citest:openstack_citest@localhost/postgres;sqlite://
 passenv = TRACE_FAILONLY
 usedevelop = True
 install_command = pip install -U {opts} {packages}