From 849420429714070da95cfe4e694aeb65ab2fb409 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Mon, 12 Nov 2018 09:21:20 +0530 Subject: [PATCH] Add heat-status to man page output Change-Id: I7afd5274b6f5e6a4ad0cb32fa2f5b1512e4f07f7 --- doc/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 04bfe1d79c..0532411440 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -336,6 +336,10 @@ man_pages = [ ('man/heat-manage', 'heat-manage', u'Script which helps manage specific database operations', [u'Heat Developers'], 1), + ('man/heat-status', 'heat-status', + u'Script to check status of Heat deployment.', + [u'Heat Developers'], 1), + ] # If true, show URL addresses after external links.