
A bug in PBR levels less than 0.5.10 causes the /usr/lib/python2.X/site-packages/cinder/db/sqlalchemy/migrate_repo/migrate.cfg file to not be properly installed. This causes 'cinder-manage db sync' to fail due to the missing file. This change sets the required PBR level to >=0.5.10,<0.6 to avoid the problem. In the case that user already has a 0.5.X level of PBR installed that is less than 0.5.10 it should be updated rather than encountering issues as our test system did. Change-Id: I532158277a4acbb2f8cb75d03c91097e6d7e0312 fixes: bug 1182203
28 lines
443 B
Plaintext
28 lines
443 B
Plaintext
d2to1>=0.2.10,<0.3
|
|
pbr>=0.5.10,<0.6
|
|
amqplib>=0.6.1
|
|
anyjson>=0.2.4
|
|
argparse
|
|
babel>=0.9.6
|
|
eventlet>=0.9.12
|
|
greenlet>=0.3.1
|
|
iso8601>=0.1.4
|
|
kombu>=1.0.4
|
|
lockfile>=0.8
|
|
lxml>=2.3
|
|
oslo.config>=1.1.0
|
|
paramiko>=1.8.0
|
|
paste
|
|
pastedeploy>=1.5.0
|
|
python-glanceclient>=0.5.0,<2
|
|
python-keystoneclient>=0.2,<0.3
|
|
python-swiftclient>=1.2,<2
|
|
routes>=1.12.3
|
|
six
|
|
sqlalchemy>=0.7,<=0.7.99
|
|
sqlalchemy-migrate>=0.7
|
|
stevedore>=0.7
|
|
suds>=0.4
|
|
webob>=1.0.8
|
|
wsgiref>=0.1.2
|