Comment 17 for bug 1425552

Revision history for this message
Ivan Berezovskiy (iberezovskiy) wrote :

The main problem is in old version of oslo.utils: https://github.com/openstack/requirements/commit/efb080e744f7466942f977ae79ec2d74501494f6

our version is 1.2.1, but it should be >= 1.4.0. And when service swift-proxy start, it check requirements.txt file.

https://review.fuel-infra.org/gitweb?p=openstack/python-keystoneclient.git;a=blob;f=requirements.txt;h=b3d2d995bbca0e6831c1c0c2703828e230f91663;hb=refs/heads/openstack-ci/fuel-6.1/2014.2

Keystoneclient requires oslo.utils==1.4.0. That's why this problem happens. So, it should be another bug.