diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-03-10 12:56:29 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-03-10 12:56:29 +0000 |
commit | 700a01bc77838720512bacad5977658f47091916 (patch) | |
tree | 887d2a7b48907eaa36f7dfb84a29f139fbd35886 | |
parent | d0a0fdf9e1e592df0b15a2f2efcade8e20f2745a (diff) | |
parent | 95d4543037b1a650887ad3cebef3fe68800105fa (diff) | |
download | oslo-db-700a01bc77838720512bacad5977658f47091916.tar.gz |
Merge "Fix documented env variable for test connection"
-rw-r--r-- | oslo_db/sqlalchemy/test_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. """ |