keystone/httpd
Jamie Lennox 22b734fa60 Isolate backend loading
Pecan uses thread local storage and so if we combine pecan and eventlet
we need to make sure that eventlet is monkey patched before pecan is
first loaded.

To keep the paste.ini file untouched we need to keep the app creation in
service.py but we can't load that from keystone-all because it has pecan
in it.

So we create a new file that can be safely imported before pecan is
loaded.

Change-Id: If7abf1db9859d66c06f7f223056c106292f256fa
blueprint: keystone-pecan
2014-04-16 15:13:20 +10:00
..
README Files for Apache-HTTPD 2012-07-16 16:53:58 -04:00
keystone.py Isolate backend loading 2014-04-16 15:13:20 +10:00
wsgi-keystone.conf separate paste-deploy configuration from parameters 2013-05-26 17:36:08 +02:00

README

Documentation how to set up Keystone to run with Apache HTTPD is in
doc/source/apache-httpd.rst