nova, keystone, glance, neutron: use correct mysql lib

This commit is contained in:
Domen Kožar 2015-10-30 19:48:41 +01:00
parent 9b4ba3c5da
commit dd1882d991
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ pythonPackages.buildPythonPackage rec {
buildInputs = with pythonPackages; [
Babel coverage fixtures mox3 mock oslosphinx requests2 testrepository pep8
testresources testscenarios testtools psutil_1 oslotest psycopg2 pymysql
testresources testscenarios testtools psutil_1 oslotest psycopg2 MySQL_python
sqlite which strace
];

View File

@ -20,7 +20,7 @@ pythonPackages.buildPythonPackage rec {
pbr webob eventlet greenlet PasteDeploy paste routes cryptography six
sqlalchemy_1_0 sqlalchemy_migrate stevedore passlib keystoneclient memcached
keystonemiddleware oauthlib pysaml2 dogpile_cache jsonschema pycadf msgpack
xmlsec pymysql
xmlsec MySQL_python
# oslo
oslo-cache oslo-concurrency oslo-config oslo-context oslo-messaging oslo-db

View File

@ -17,7 +17,7 @@ pythonPackages.buildPythonPackage rec {
propagatedBuildInputs = with pythonPackages; [
pbr paste PasteDeploy routes debtcollector eventlet greenlet httplib2 requests2
jinja2 keystonemiddleware netaddr retrying sqlalchemy_1_0 webob alembic six
stevedore pecan ryu networking-hyperv pymysql
stevedore pecan ryu networking-hyperv MySQL_python
# clients
keystoneclient neutronclient novaclient

View File

@ -18,7 +18,7 @@ pythonPackages.buildPythonPackage rec {
webob greenlet PasteDeploy paste prettytable sqlalchemy_migrate netaddr
netifaces paramiko Babel iso8601 jsonschema keystoneclient requests2 six
stevedore websockify rfc3986 os-brick psutil_1 alembic psycopg2 pymysql
keystonemiddleware pymysql
keystonemiddleware MySQL_python
# oslo components
oslo-rootwrap oslo-reports oslo-utils oslo-i18n oslo-config oslo-context