On 02/22/2016 08:08 PM, Davanum Srinivas wrote: > Sean, > > You need to set the env variable like so. See testenv:mysql-python for example > OS_TEST_DBAPI_ADMIN_CONNECTION=mysql://openstack_citest:openstack_citest@localhost > > Thanks, > Dims > > [1] http://codesearch.openstack.org/?q=OS_TEST_DBAPI_ADMIN_CONNECTION&i=nope&files=&repos= If I am reading this correctly, this needs full access to the whole mysql administratively? Is that something that could be addressed? In many of my environments the mysql db does other things as well, so giving full admin to arbitrary test code is a bit concerning. Tempest ran into a similar issue and addressed this by allowing for preallocation of accounts. That kind of approach seems like it would work here given that you could do grants on well known names. -Sean -- Sean Dague http://dague.net -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: OpenPGP digital signature URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160222/2591cd99/attachment.pgp>