fix heat_keystoneclient config gen
This corrects the entrypoint for heat_keystoneclient so that oslo-config-generator can find it. Change-Id: I366589c30626232771714394ed6d9353db6f04ba Closes-Bug: #1711445
This commit is contained in:
parent
c48aeb15f8
commit
1d02822c0f
@ -4,7 +4,7 @@ wrap_width = 79
|
||||
namespace = heat.common.config
|
||||
namespace = heat.common.context
|
||||
namespace = heat.common.crypt
|
||||
namespace = heat.engine.clients.keystone.heat_keystoneclient
|
||||
namespace = heat.engine.clients.os.keystone.heat_keystoneclient
|
||||
namespace = heat.common.wsgi
|
||||
namespace = heat.engine.clients
|
||||
namespace = heat.engine.notification
|
||||
|
@ -45,7 +45,7 @@ oslo.config.opts =
|
||||
heat.common.config = heat.common.config:list_opts
|
||||
heat.common.context = heat.common.context:list_opts
|
||||
heat.common.crypt = heat.common.crypt:list_opts
|
||||
heat.common.heat_keystoneclient = heat.engine.clients.os.keystone.heat_keystoneclient:list_opts
|
||||
heat.engine.clients.os.keystone.heat_keystoneclient = heat.engine.clients.os.keystone.heat_keystoneclient:list_opts
|
||||
heat.common.wsgi = heat.common.wsgi:list_opts
|
||||
heat.engine.clients = heat.engine.clients:list_opts
|
||||
heat.engine.notification = heat.engine.notification:list_opts
|
||||
|
Loading…
Reference in New Issue
Block a user