Merge "Add entrypoints for option discovery"

This commit is contained in:
Jenkins 2015-06-07 04:00:18 +00:00 committed by Gerrit Code Review
commit 2988ec7b2a
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ packages =
[pbr]
warnerrors = true
[entry_points]
oslo.config.opts =
oslo.service.periodic_task = oslo_service.periodic_task:list_opts
oslo.service.service = oslo_service.eventlet_backdoor:list_opts
oslo.service.sslutils = oslo_service.sslutils:list_opts
[build_sphinx]
source-dir = doc/source
build-dir = doc/build