
Ceilometer depends on anyjson 0.3.1, whereas cinder requires exacly 0.2.4. The net effect is a devstack with ceilometer installed will appear to work initially, as ceilometer is sparked up after cinder. However, if any of the cinder services are subsequently restarted, they fail with: pkg_resources.DistributionNotFound: anyjson==0.2.4 By simply allowing the cinder anyjson dependency version to be greater than as opposed to an exact match, we can avoid the clash. Change-Id: I21737a2504705f15dd16e6762b44624678177442
22 lines
338 B
Plaintext
22 lines
338 B
Plaintext
SQLAlchemy>=0.7.3
|
|
amqplib==0.6.1
|
|
anyjson>=0.2.4
|
|
eventlet>=0.9.17
|
|
kombu==1.0.4
|
|
lockfile==0.8
|
|
lxml>=2.3,<=2.3.5
|
|
python-daemon==1.5.5
|
|
routes==1.12.3
|
|
WebOb==1.0.8
|
|
wsgiref==0.1.2
|
|
greenlet>=0.3.1
|
|
PasteDeploy==1.5.0
|
|
paste
|
|
sqlalchemy-migrate>=0.7.2
|
|
suds==0.4
|
|
paramiko
|
|
Babel>=0.9.6
|
|
iso8601>=0.1.4
|
|
setuptools_git>=0.4
|
|
python-glanceclient>=0.5.0,<2
|