Update heat-manage.rst with service command

Update heat-manage.rst with new command 'service
list'

Change-Id: Iede61b593c6de9db5ae49695dd6b2c7b0f76e2b6
Closes-bug: #1421288
This commit is contained in:
Kanagaraj Manickam 2015-02-12 21:52:38 +05:30
parent c207408d6a
commit b00c0abebc
1 changed files with 4 additions and 1 deletions

View File

@ -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
=====