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
This commit is contained in:
parent
81168592da
commit
91e4fe7d05
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user