iesgn / openstack-debian-ansible

Ansible playbooks for installing OpenStack on Debian
GNU General Public License v3.0
17 stars 16 forks source link

Keystone Internal Server Error (HTTP 500) after install with WSGI #23

Closed albertomolina closed 8 years ago

albertomolina commented 8 years ago

When Keystone is installed a Internal Server Error is shown with this trace in /var/log/apache2/keystone.log:

2016-05-11 16:28:42.455765 mod_wsgi (pid=18741): Target WSGI script '/usr/bin/keystone-wsgi-admin' cannot be loaded as Python module.
2016-05-11 16:28:42.455966 mod_wsgi (pid=18741): Exception occurred processing WSGI script '/usr/bin/keystone-wsgi-admin'.
2016-05-11 16:28:42.456188 Traceback (most recent call last):
...
2016-05-11 16:28:42.467130 ContextualVersionConflict: (urllib3 1.13.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('urllib3==1.12'), set(['requests']))
albertomolina commented 8 years ago

python-urllib==1.12 is a python-requests==2.8.1 dependency, upgrading to python-requests from mirantis solves this issue