From 91e4fe7d0504cfded97d680832226d8ad7c68b9f Mon Sep 17 00:00:00 2001 From: Kendall Nelson Date: Wed, 27 Jan 2016 09:03:29 -0600 Subject: [PATCH] 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 --- setup.cfg | 4 ---- 1 file changed, 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 =