From b00c0abebcb0529c333bfdd6889bcd9cacde584a Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Thu, 12 Feb 2015 21:52:38 +0530 Subject: [PATCH] Update heat-manage.rst with service command Update heat-manage.rst with new command 'service list' Change-Id: Iede61b593c6de9db5ae49695dd6b2c7b0f76e2b6 Closes-bug: #1421288 --- doc/source/man/heat-manage.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/man/heat-manage.rst b/doc/source/man/heat-manage.rst index 06fb6b294b..115b73ebe3 100644 --- a/doc/source/man/heat-manage.rst +++ b/doc/source/man/heat-manage.rst @@ -22,7 +22,7 @@ The standard pattern for executing a heat-manage command is: Run with -h to see a list of available commands: ``heat-manage -h`` -Commands are db_version, db_sync and purge_deleted. Detailed descriptions are below. +Commands are db_version, db_sync, purge_deleted and service. Detailed descriptions are below. Heat Db version @@ -40,6 +40,9 @@ Heat Db version Purge db entries marked as deleted and older than [age]. +``heat-manage service list`` + + Shows details for all currently running heat engines. FILES =====