summaryrefslogtreecommitdiff
path: root/devstack/files
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2022-08-24 17:17:42 +0800
committerwu.chunyang <wuchunyang@yovole.com>2022-08-25 11:10:33 +0800
commit44c3cdef5c31bdcdc8e4961ec9d8ce1647aa8c09 (patch)
tree65b5f3d9670187df1c4950059be953b96e7bfcd2 /devstack/files
parent528741b449a843d118c527d160dedebb523fd49d (diff)
downloadtrove-44c3cdef5c31bdcdc8e4961ec9d8ce1647aa8c09.tar.gz
Rename app.wsgi to app_wsgi.py
1. app.wsgi is a python script and should be end with py extension. 2. Generate trove-wsgi script which is needed by kolla to support https and ipv6. 3. Ignore build directory in git 4. update docs Change-Id: Ibbd6ecb8db25aa3a443d3f526f4cf6d418eb26f3
Diffstat (limited to 'devstack/files')
-rw-r--r--devstack/files/apache-trove-api.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/files/apache-trove-api.template b/devstack/files/apache-trove-api.template
index 06c88b26..767f18cf 100644
--- a/devstack/files/apache-trove-api.template
+++ b/devstack/files/apache-trove-api.template
@@ -21,7 +21,7 @@ Listen %TROVE_SERVICE_PORT%
<VirtualHost *:%TROVE_SERVICE_PORT%>
WSGIDaemonProcess trove-api user=%USER% processes=%APIWORKERS% threads=1 display-name=%{GROUP}
- WSGIScriptAlias / %TROVE_WSGI_DIR%/app.wsgi
+ WSGIScriptAlias / %TROVE_WSGI_DIR%/app_wsgi.py
WSGIApplicationGroup %{GLOBAL}
WSGIProcessGroup trove-api
WSGIPassAuthorization On