Merge "Remove SSLMiddleware from oslo.config namespace"

This commit is contained in:
Zuul 2017-11-27 09:50:44 +00:00 committed by Gerrit Code Review
commit 6ce26aeb4d
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ namespace = heat.common.wsgi
namespace = heat.engine.clients
namespace = heat.engine.notification
namespace = heat.engine.resources
namespace = heat.api.middleware.ssl
namespace = heat.api.aws.ec2token
namespace = keystonemiddleware.auth_token
namespace = oslo.messaging

View File

@ -56,7 +56,6 @@ oslo.config.opts =
heat.engine.clients = heat.engine.clients:list_opts
heat.engine.notification = heat.engine.notification:list_opts
heat.engine.resources = heat.engine.resources:list_opts
heat.api.middleware.ssl = heat.api.middleware.ssl:list_opts
heat.api.aws.ec2token = heat.api.aws.ec2token:list_opts
heat_integrationtests.common.config = heat_integrationtests.common.config:list_opts