diff --git a/doc/source/conf.py b/doc/source/conf.py index 1d64d96177..deae372e8e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -380,6 +380,9 @@ man_pages = [ ('man/heat-keystone-setup', 'heat-keystone-setup', u'Script which sets up keystone for usage by Heat', [u'Heat Developers'], 1), + ('man/heat-manage', 'heat-manage', + u'Script which helps manage specific database operations', + [u'Heat Developers'], 1), ] # If true, show URL addresses after external links.