From 04ce4a42d092743047671632c368dc65c47f42dd Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 11 Mar 2016 16:06:45 -0500 Subject: [PATCH] register the config generator default hook with the right name No config generator hooks should ever be registered with a name that belongs to another project. In this case, using oslo.middleware.cors means that *every other project* that loads the middleware gets this application's defaults when the generator is run on a system with everything installed (such as a dev box with devstack). Use the name of the app instead, to ensure that the defaults are only set when this app's sample config and documentation are being generated. Change-Id: I6a8c7d44b9db9325003ff2fdb667b0ced7739e96 Signed-off-by: Doug Hellmann --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 41c56cda5e..ebcccb6886 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,7 @@ oslo_messaging.notify.drivers = oslo.config.opts = manila = manila.opts:list_opts oslo.config.opts.defaults = - oslo.middleware = manila.common.config:set_middleware_defaults + manila = manila.common.config:set_middleware_defaults manila.share.drivers.emc.plugins = vnx = manila.share.drivers.emc.plugins.vnx.connection:VNXStorageConnection isilon = manila.share.drivers.emc.plugins.isilon.isilon:IsilonStorageConnection