summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-01-03 17:31:47 +0000
committerGerrit Code Review <review@openstack.org>2023-01-03 17:31:47 +0000
commitf53ed9a25084fec08b5947785dc0fe73c064c44d (patch)
tree25c0105462a7c039abcb9230b3ef3f37eef62a69
parent941ef9ea13594f301166f7b86eee1c9eb093b86c (diff)
parent04321d3324c0c290c79cc22df38ea5a767e05687 (diff)
downloaddesignate-f53ed9a25084fec08b5947785dc0fe73c064c44d.tar.gz
Merge "Make sure proxy_http is always loaded for devstack"
-rw-r--r--devstack/lib/wsgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/devstack/lib/wsgi b/devstack/lib/wsgi
index 37633c3e..7ef48989 100644
--- a/devstack/lib/wsgi
+++ b/devstack/lib/wsgi
@@ -4,6 +4,8 @@ function designate_configure_uwsgi {
# We are using the http transport to work around an issue with
# broken connections when using the uwsgi protocol of a local socket
# See bug: https://github.com/unbit/uwsgi/issues/2368
+ enable_apache_mod proxy
+ enable_apache_mod proxy_http
wsgi_conf=$(apache_site_config_for designate-api-wsgi)
echo 'ProxyPass "/dns" "http://127.0.0.1:60053" retry=0' | sudo tee $wsgi_conf