Fix the issue that missing the app file

Fix the issue that missing the app file in /var/www/cgi-bin/ceilometer/
Closes-Bug:#1632635

Change-Id: I79aa11d33d9fb2a3f4f9f1e197b94cbf4c51df0c
This commit is contained in:
SunAnChen 2016-10-12 05:51:43 -04:00
parent b3285fd19c
commit ce5c9d42ba
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Configure the Apache HTTP server
<VirtualHost *:8777>
WSGIDaemonProcess ceilometer-api processes=2 threads=10 user=ceilometer group=ceilometer display-name=%{GROUP}
WSGIProcessGroup ceilometer-api
WSGIScriptAlias / "/var/www/cgi-bin/ceilometer/app"
WSGIScriptAlias / /usr/lib/python2.7/site-packages/ceilometer/api/app.wsgi
WSGIApplicationGroup %{GLOBAL}
ErrorLog /var/log/httpd/ceilometer_error.log
CustomLog /var/log/httpd/ceilometer_access.log combined