From 54fb3269c06a728322bf82ce7f09eee403229fac Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 12 Nov 2014 12:47:03 -0500 Subject: 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 --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1