devstack: Remove unused template file
It has been unused since e51ffa9d87 was
merged.
Change-Id: Ie1f31d62a88fddcbe0c96a1341d4f84d5f47a575
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
Listen %PORT%
|
||||
|
||||
<VirtualHost *:%PORT%>
|
||||
WSGIDaemonProcess cloudkitty-api processes=2 threads=10 user=%USER% display-name=%{GROUP} python-home=%VIRTUALENV%
|
||||
WSGIProcessGroup cloudkitty-api
|
||||
WSGIScriptAlias / %WSGIAPP%
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
<IfVersion >= 2.4>
|
||||
ErrorLogFormat "%{cu}t %M"
|
||||
</IfVersion>
|
||||
ErrorLog /var/log/%APACHE_NAME%/cloudkitty.log
|
||||
CustomLog /var/log/%APACHE_NAME%/cloudkitty_access.log combined
|
||||
</VirtualHost>
|
||||
|
||||
WSGISocketPrefix /var/run/%APACHE_NAME%
|
||||
Reference in New Issue
Block a user