> 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

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to