summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorKendall Nelson <kjnelson@us.ibm.com>2016-01-27 09:03:29 -0600
committerKendall Nelson <kjnelson@us.ibm.com>2016-03-24 09:46:21 -0500
commit91e4fe7d0504cfded97d680832226d8ad7c68b9f (patch)
tree617521158db557fe3e972144833aa5f2f53746b0 /setup.cfg
parent81168592dae35c871f732a638e630a1415e6a84c (diff)
downloadcinder-91e4fe7d0504cfded97d680832226d8ad7c68b9f.tar.gz
Remove entry_points from setup.cfg
The keystonemiddleware entry_point and the oslo_concurrency, oslo_db_concurrency and oslo_messaging entry_points are not owned by Cinder so it is possible that Keystone and Oslo could move or rename the list_opts methods causing our sample configuration generator to break. This patch removes the lines that register the entry_points since they aren't actually adding anything to the sample list of configuration options because the options are being added to the sample file elsewhere. Change-Id: I186d4d9e8e565dad836543b5f6a96af1a53d4a83
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 535239d1f..6e252116c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,10 +43,6 @@ cinder.scheduler.weights =
VolumeNumberWeigher = cinder.scheduler.weights.volume_number:VolumeNumberWeigher
oslo.config.opts =
cinder = cinder.opts:list_opts
- keystonemiddleware = keystonemiddleware.auth_token:list_opts
- oslo_concurrency = oslo_concurrency.opts:list_opts
- oslo.messaging = oslo_messaging.opts:list_opts
- oslo.db.concurrency = oslo.db.concurrency:list_opts
oslo.config.opts.defaults =
cinder = cinder.common.config:set_middleware_defaults
console_scripts =