Merge "Add display-name option to example apache2 configuration"

This commit is contained in:
Jenkins 2015-04-02 21:58:40 +00:00 committed by Gerrit Code Review
commit 3f567f084f

View File

@ -17,7 +17,7 @@
Listen 6385
<VirtualHost *:6385>
WSGIDaemonProcess ironic user=stack group=stack threads=10
WSGIDaemonProcess ironic user=stack group=stack threads=10 display-name=%{GROUP}
WSGIScriptAlias / /opt/stack/ironic/ironic/api/app.wsgi
SetEnv APACHE_RUN_USER stack