Fix oslo.config.opts in setup.cfg

This match fixes some incorrect entry_points of
oslo.config.opts in setup.cfg.

Change-Id: I1a428fb2f4249289b2c3190e1669f5c4247e2b69
This commit is contained in:
yanyanhu 2016-06-21 03:07:53 -04:00
parent eecf10d3d3
commit d3c4e236db
1 changed files with 1 additions and 2 deletions

View File

@ -29,9 +29,8 @@ console_scripts =
senlin-manage = senlin.cmd.manage:main
oslo.config.opts =
senlin.api.common.wsgi = senlin.api.common.wsgi:list_opts
senlin.common.config = senlin.common.config:list_opts
senlin.common.wsgi = senlin.common.wsgi:list_opts
senlin.engine.health_manager = senlin.engine.health_manager:list_opts
senlin.profiles =
os.heat.stack-1.0 = senlin.profiles.os.heat.stack:StackProfile