diff options
author | Matthew Edmonds <edmondsw@us.ibm.com> | 2017-08-17 15:54:33 -0400 |
---|---|---|
committer | Matthew Edmonds <edmondsw@us.ibm.com> | 2017-08-18 09:00:02 -0400 |
commit | 1d02822c0fb26188d12ae947dbe355d303c7e731 (patch) | |
tree | 8c76ff627f1099f19aadc3010d5f151aa5c5fed3 /setup.cfg | |
parent | c48aeb15f861370741032e37bd4dc7f987012afa (diff) | |
download | heat-1d02822c0fb26188d12ae947dbe355d303c7e731.tar.gz |
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
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |