From ba4e54589d4c33687da6c6925c40f931954611f0 Mon Sep 17 00:00:00 2001 From: whoami-rajat Date: Fri, 19 Oct 2018 13:53:15 +0530 Subject: 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1