From 95d4543037b1a650887ad3cebef3fe68800105fa Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Tue, 10 Mar 2015 16:38:27 +1000 Subject: Fix documented env variable for test connection I had to go digging into how this worked to figure out the missing "_ADMIN_". Change-Id: Id9a48cf413eacd04473f3413421681b32cbf5f29 --- oslo_db/sqlalchemy/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_db/sqlalchemy/test_base.py b/oslo_db/sqlalchemy/test_base.py index 96171ea..fbe25a8 100644 --- a/oslo_db/sqlalchemy/test_base.py +++ b/oslo_db/sqlalchemy/test_base.py @@ -38,7 +38,7 @@ class DbFixture(fixtures.Fixture): Allows to run tests on various db backends, such as SQLite, MySQL and PostgreSQL. By default use sqlite backend. To override default backend - uri set env variable OS_TEST_DBAPI_CONNECTION with database admin + uri set env variable OS_TEST_DBAPI_ADMIN_CONNECTION with database admin credentials for specific backend. """ -- cgit v1.2.1