Merge "Remove SSLMiddleware from oslo.config namespace"
This commit is contained in:
commit
6ce26aeb4d
@ -9,7 +9,6 @@ namespace = heat.common.wsgi
|
|||||||
namespace = heat.engine.clients
|
namespace = heat.engine.clients
|
||||||
namespace = heat.engine.notification
|
namespace = heat.engine.notification
|
||||||
namespace = heat.engine.resources
|
namespace = heat.engine.resources
|
||||||
namespace = heat.api.middleware.ssl
|
|
||||||
namespace = heat.api.aws.ec2token
|
namespace = heat.api.aws.ec2token
|
||||||
namespace = keystonemiddleware.auth_token
|
namespace = keystonemiddleware.auth_token
|
||||||
namespace = oslo.messaging
|
namespace = oslo.messaging
|
||||||
|
@ -56,7 +56,6 @@ oslo.config.opts =
|
|||||||
heat.engine.clients = heat.engine.clients:list_opts
|
heat.engine.clients = heat.engine.clients:list_opts
|
||||||
heat.engine.notification = heat.engine.notification:list_opts
|
heat.engine.notification = heat.engine.notification:list_opts
|
||||||
heat.engine.resources = heat.engine.resources: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.api.aws.ec2token = heat.api.aws.ec2token:list_opts
|
||||||
heat_integrationtests.common.config = heat_integrationtests.common.config:list_opts
|
heat_integrationtests.common.config = heat_integrationtests.common.config:list_opts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user