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
This commit is contained in:
Hanxi Liu 2016-10-13 15:36:15 +08:00
parent 0066c77d7e
commit daa9aeef06
1 changed files with 1 additions and 0 deletions

View File

@ -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