keystone/keystone/server
Brant Knudson 3624c2f5ad Use wsgi_scripts to create admin and public httpd files
The httpd/keystone.py file needed to be copied and then
symlinked when used by web servers to "admin" and "main".

pbr 1.4.0 added support for wsgi_scripts that creates scripts
for wsgi servers on install. Keystone will now specify
wsgi_scripts so that the admin (keystone-wsgi-admin) and
main (keystone-wsgi-public) scripts will be created on install.

See http://httpd.apache.org/docs/2.4/upgrading.html#access for
the apache docs with examples for the Allow/Deny/Require
directives.

DocImpact

Related-Bug: #1441733
Change-Id: Ic9c03e6c00408f3698c10012ca98cfc6ea9b6ace
2015-08-18 09:33:23 -05:00
..
__init__.py Refactor keystone-all and http/keystone 2015-01-16 12:26:23 -06:00
backends.py Move backends.py to keystone.server 2015-07-19 06:32:41 +00:00
common.py Move backends.py to keystone.server 2015-07-19 06:32:41 +00:00
eventlet.py Switch to oslo.service 2015-06-22 21:20:14 +00:00
wsgi.py Use wsgi_scripts to create admin and public httpd files 2015-08-18 09:33:23 -05:00