[openstack-dev] ERROR: openstackclient.shell Exception raised: python-keystoneclient 1.4.0

Alan Pevec apevec at gmail.com
Mon Apr 27 06:14:23 UTC 2015


> This is a problem of dependency resolution rather than an issue of keystoneclient specifically. You can see that glanceclient has a cap on keystoneclient that the installed version doesn't meet.

python-keystoneclient>=1.1.0,<1.4.0 is requirement on
python-glanceclient stable/kilo branch,
while python-keystoneclient 1.4.0 is master. Are you using stable/kilo
or master devstack?
Problem is that openstackclient stable/kilo is missing requirements
caps so if installed earlier it will pull latest published on pypi
which is out of bounds for Kilo. https://review.openstack.org/174341
should fix that


Cheers,
Alan



More information about the OpenStack-dev mailing list