Merge "Remove unneeded OS_TEST_DBAPI_ADMIN_CONNECTION"

This commit is contained in:
Jenkins 2015-07-06 00:29:00 +00:00 committed by Gerrit Code Review
commit 182f249473
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ skipsdist = True
# Note the hash seed is set to 0 until heat can be tested with a
# random hash seed successfully.
setenv = VIRTUAL_ENV={envdir}
OS_TEST_DBAPI_ADMIN_CONNECTION=mysql+pymysql://openstack_citest:openstack_citest@localhost/;postgresql://openstack_citest:openstack_citest@localhost/postgres;sqlite://
PYTHONHASHSEED=0
usedevelop = True
install_command = pip install {opts} {packages}