From daa9aeef062b0bb591bd3542b89be242d8a1601b Mon Sep 17 00:00:00 2001 From: Hanxi Liu Date: Thu, 13 Oct 2016 15:36:15 +0800 Subject: [PATCH] Add http_proxy_to_wsgi to panko config-generator The http_proxy_to_wsgi was recently added. However, in order to have this configuration added by the config generator, we need to add it to the relevant conf file. Change-Id: I6773ecc94f1b867cae0cc081030914c587937a70 --- etc/panko/panko-config-generator.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/panko/panko-config-generator.conf b/etc/panko/panko-config-generator.conf index c2f4f6ca..173b449d 100644 --- a/etc/panko/panko-config-generator.conf +++ b/etc/panko/panko-config-generator.conf @@ -5,5 +5,6 @@ namespace = panko namespace = oslo.db namespace = oslo.log namespace = oslo.middleware.cors +namespace = oslo.middleware.http_proxy_to_wsgi namespace = oslo.policy namespace = keystonemiddleware.auth_token