summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-08-16 00:53:03 +0100
committerStephen Finucane <sfinucan@redhat.com>2019-08-16 00:53:03 +0100
commita1d3519dcc3515d082a3eba8a3e1ca4d6f96e46f (patch)
tree539013f37f87f00a5376edf37b71d5b53e246635 /setup.cfg
parent872a823d9a02f31e266882bfb499673c51fb4075 (diff)
downloadnova-a1d3519dcc3515d082a3eba8a3e1ca4d6f96e46f.tar.gz
Rename 'nova.common.config' module to 'nova.middleware'
There was only one sub-module in 'nova.common' but its presence interferes with tab complete for the majority of people that want 'nova/compute'. Just move that sub-module to its own top-level module and be done. Change-Id: Iee886d915577f347e1ee4f54133ae0f87ae75841 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ff4549fefc..d4ba172069 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,7 +37,7 @@ oslo.config.opts =
nova.conf = nova.conf.opts:list_opts
oslo.config.opts.defaults =
- nova.conf = nova.common.config:set_middleware_defaults
+ nova.conf = nova.middleware:set_defaults
oslo.policy.enforcer =
nova = nova.policy:get_enforcer