summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatthew Edmonds <edmondsw@us.ibm.com>2017-08-17 15:54:33 -0400
committerMatthew Edmonds <edmondsw@us.ibm.com>2017-08-18 09:00:02 -0400
commit1d02822c0fb26188d12ae947dbe355d303c7e731 (patch)
tree8c76ff627f1099f19aadc3010d5f151aa5c5fed3 /setup.cfg
parentc48aeb15f861370741032e37bd4dc7f987012afa (diff)
downloadheat-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.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index d32d4b5e7..585fec704 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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