summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-09-30 17:48:42 -0400
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-10-01 08:16:10 -0400
commit7ee3b0f459760e2d80422b0a35024b0b5a85509b (patch)
tree5e289551af6871c8dcd1f19654ea70e24f50ad7c /setup.cfg
parent78460398eaca80b9ce147e96d424ce9687f87f1b (diff)
downloadoslo-middleware-7ee3b0f459760e2d80422b0a35024b0b5a85509b.tar.gz
Expose sizelimit option to config generator
* Adding a group name to prevent collision with keystone middleware library option * Adds an opts module for the config generator to use. * Makes the option in sizelimit private since we don't want consumers using them directly. * Moves the options to an oslo_middleware group with appropriate deprecated_opts settings to keep existing configs working. Closes-Bug: #1368490 Change-Id: I72263bd363a79275a314de727a04277276866565
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 4267183..7cffaa1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,6 +25,10 @@ packages =
namespace_packages =
oslo
+[entry_points]
+oslo.config.opts =
+ oslo.middleware = oslo.middleware.opts:list_opts
+
[build_sphinx]
source-dir = doc/source
build-dir = doc/build