summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c35a01df..4a24d45f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -65,7 +65,7 @@ builtins = _
# add *.yaml for playbooks/trove-devstack-base.yaml, as it will be matched by
# trove-* in the "filename" configuration.
exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot,integration,releasenotes,*.yaml
-filename=*.py,trove-*,app.wsgi
+filename=*.py,trove-*
[hacking]
import_exceptions = trove.common.i18n