Files
puppet-openstacklib/manifests/wsgi
Colleen Murphy 11d033131e Correct wsgi_daemon_process_options key
'owner' is not a valid option for the WSGIDaemonProcess directive. The
correct option is 'user' [1]. Trying to set 'owner' causes the service
to be unable to start. This patch corrects that option name.

[1] https://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess

Change-Id: I907fbcb48db823ea8f5caca4496efaaa456ef69c
2015-04-07 14:18:11 -07:00
..