summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-02-04 19:05:56 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-02-05 23:00:59 +0000
commitad2c5dd1f8d0790d43d395ec3e2cf7140c856031 (patch)
treea7340e5ac0d294950cb45bff2e55db6a26e246df /setup.cfg
parentcf90ca97bb1907f9640d2a23efe40f0344034efd (diff)
downloadoslo-policy-ad2c5dd1f8d0790d43d395ec3e2cf7140c856031.tar.gz
Add entry points for option discovery
Create entry points for oslo.policy, and make the necessary changes to grouping the options into a new 'oslo_policy' group. Change-Id: I32fd78c8a90fd2d49824db145362069b81fcaec5 Closes-Bug: #1415631
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 e973834..b4614c0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -27,6 +27,10 @@ packages =
[pbr]
warnerrors = true
+[entry_points]
+oslo.config.opts =
+ oslo.policy = oslo_policy.opts:list_opts
+
[build_sphinx]
source-dir = doc/source
build-dir = doc/build