summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-11-12 12:47:03 -0500
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-11-18 06:36:58 -0500
commit54fb3269c06a728322bf82ce7f09eee403229fac (patch)
treefcfbe6cdf22b40bea5bc6e2264f75b9d5abdc15b /setup.cfg
parent320b1c08c48d27692e3f73690a4c904052119d68 (diff)
downloadoslo-log-54fb3269c06a728322bf82ce7f09eee403229fac.tar.gz
Add oslo.config.opts entry_points in setup.cfg
oslo-config-generator relies on these entry_points listed in setup.cfg to add options to the generated sample conf files in different projects. So we should expose options in oslo.log. Closes-Bug: #1391742 Change-Id: I7c339484f17c4067ad7c82eb7f7208ef6d8be417
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 15f7261..786ef4e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,6 +28,10 @@ namespace_packages =
[pbr]
warnerrors = true
+[entry_points]
+oslo.config.opts =
+ oslo.log = oslo.log._options:list_opts
+
[build_sphinx]
source-dir = doc/source
build-dir = doc/build