Run with builtin manila wsgi

manila's devstack plugin now defaults to run the api behind a
uwsgi reverse proxy.  Disable that in this job and maintain
compatability with the previous configuration which uses the
wsgi interpreter built in to manila.

Change-Id: Ie567ea1bb839c1eb5eeabdf62eedade6161de1d2
This commit is contained in:
Tom Barron 2019-03-22 07:50:07 -04:00
parent c8e46be530
commit 0517434055

View File

@ -53,6 +53,7 @@
manila: git://git.openstack.org/openstack/manila
manila-ui: git://git.openstack.org/openstack/manila-ui
devstack_localrc:
MANILA_USE_UWSGI: False
MANILA_USE_MOD_WSGI: False
irrelevant-files:
- config_tempest/tests/.*$