Keystonclient upgrade problems with babel

Asked by Marcos Lobo

Hi all,

I have a problem with keystoneclient upgrade from grizzly to havana. I made the upgrade

yum install -y http://repos.fedorapeople.org/repos/openstack/openstack-havana/epel-6/python-keystoneclient-0.4.1-3.el6.noarch.rpm

And now, when I execute some keystone command, like: keystone user-list

The prompt raises this message:

/usr/lib/python2.6/site-packages/babel/__init__.py:33: UserWarning: Module backports was already imported from /usr/lib64/python2.6/site-packages/backports/__init__.pyc, but /usr/lib/python2.6/site-packages is being added to sys.pathfrom pkg_resources import get_distribution, ResolutionError

Any idea what is the problem?, Is this a bug?.

Thank you

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Identity (keystone) Edit question
Assignee:
No assignee Edit question
Solved by:
Marcos Lobo
Solved:
Last query:
Last reply:
Revision history for this message
Marcos Lobo (marcos-fermin-lobo) said :
#1

I think I found the solution here https://bugzilla.redhat.com/show_bug.cgi?id=1022686. The solution is upgrade the backport RPM from python-backports-1.0-3.el6.x86_64 to python-backports-1.0-4.el6.x86_64

yum install -y http://repos.fedorapeople.org/repos/openstack/openstack-havana/epel-6/python-backports-1.0-4.el6.x86_64.rpm