summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorwhoami-rajat <rajatdhasmana@gmail.com>2018-10-19 13:53:15 +0530
committerMatt Riedemann <mriedem.os@gmail.com>2018-10-22 14:19:36 +0000
commitba4e54589d4c33687da6c6925c40f931954611f0 (patch)
treebb77770629454aaec25a90fd6f8bdabf925265d8 /setup.cfg
parent63bff7408ad9ba95284c6af63228ddf96b981ae4 (diff)
downloadheat-ba4e54589d4c33687da6c6925c40f931954611f0.tar.gz
Add heat-status upgrade check command framework
This adds basic framework for heat-status upgrade check commands. For now it has only "check_placeholder" check implemented. Real checks can be added to this tool in the future. Change-Id: I83629184b49a6cf91928df702db23156433d99f6 Story: 2003657 Task: 26131
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 21078c38f..3736405b4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,6 +39,7 @@ console_scripts =
heat-api-cfn = heat.cmd.api_cfn:main
heat-engine = heat.cmd.engine:main
heat-manage = heat.cmd.manage:main
+ heat-status = heat.cmd.status:main
wsgi_scripts =
heat-wsgi-api = heat.httpd.heat_api:init_application