nova, keystone, glance, neutron: use correct mysql lib
This commit is contained in:
@@ -27,7 +27,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = with pythonPackages; [
|
buildInputs = with pythonPackages; [
|
||||||
Babel coverage fixtures mox3 mock oslosphinx requests2 testrepository pep8
|
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
|
sqlite which strace
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
pbr webob eventlet greenlet PasteDeploy paste routes cryptography six
|
pbr webob eventlet greenlet PasteDeploy paste routes cryptography six
|
||||||
sqlalchemy_1_0 sqlalchemy_migrate stevedore passlib keystoneclient memcached
|
sqlalchemy_1_0 sqlalchemy_migrate stevedore passlib keystoneclient memcached
|
||||||
keystonemiddleware oauthlib pysaml2 dogpile_cache jsonschema pycadf msgpack
|
keystonemiddleware oauthlib pysaml2 dogpile_cache jsonschema pycadf msgpack
|
||||||
xmlsec pymysql
|
xmlsec MySQL_python
|
||||||
|
|
||||||
# oslo
|
# oslo
|
||||||
oslo-cache oslo-concurrency oslo-config oslo-context oslo-messaging oslo-db
|
oslo-cache oslo-concurrency oslo-config oslo-context oslo-messaging oslo-db
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
pbr paste PasteDeploy routes debtcollector eventlet greenlet httplib2 requests2
|
pbr paste PasteDeploy routes debtcollector eventlet greenlet httplib2 requests2
|
||||||
jinja2 keystonemiddleware netaddr retrying sqlalchemy_1_0 webob alembic six
|
jinja2 keystonemiddleware netaddr retrying sqlalchemy_1_0 webob alembic six
|
||||||
stevedore pecan ryu networking-hyperv pymysql
|
stevedore pecan ryu networking-hyperv MySQL_python
|
||||||
|
|
||||||
# clients
|
# clients
|
||||||
keystoneclient neutronclient novaclient
|
keystoneclient neutronclient novaclient
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
webob greenlet PasteDeploy paste prettytable sqlalchemy_migrate netaddr
|
webob greenlet PasteDeploy paste prettytable sqlalchemy_migrate netaddr
|
||||||
netifaces paramiko Babel iso8601 jsonschema keystoneclient requests2 six
|
netifaces paramiko Babel iso8601 jsonschema keystoneclient requests2 six
|
||||||
stevedore websockify rfc3986 os-brick psutil_1 alembic psycopg2 pymysql
|
stevedore websockify rfc3986 os-brick psutil_1 alembic psycopg2 pymysql
|
||||||
keystonemiddleware pymysql
|
keystonemiddleware MySQL_python
|
||||||
|
|
||||||
# oslo components
|
# oslo components
|
||||||
oslo-rootwrap oslo-reports oslo-utils oslo-i18n oslo-config oslo-context
|
oslo-rootwrap oslo-reports oslo-utils oslo-i18n oslo-config oslo-context
|
||||||
|
|||||||
Reference in New Issue
Block a user