summaryrefslogtreecommitdiff
path: root/heat/cmd/status.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/cmd/status.py')
-rw-r--r--heat/cmd/status.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/cmd/status.py b/heat/cmd/status.py
index 9fb60efc2..3281176f1 100644
--- a/heat/cmd/status.py
+++ b/heat/cmd/status.py
@@ -50,5 +50,6 @@ def main():
return upgradecheck.main(
cfg.CONF, project='heat', upgrade_command=Checks())
+
if __name__ == '__main__':
sys.exit(main())