diff --git a/config-generator.conf b/config-generator.conf index 678f19d59d..752851d660 100644 --- a/config-generator.conf +++ b/config-generator.conf @@ -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 diff --git a/setup.cfg b/setup.cfg index bc656ac692..2dfd9997d2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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