diff --git a/doc/source/conf.py b/doc/source/conf.py index f2e30c6bdd2..ce7b52b0258 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -417,6 +417,9 @@ def find_autodoc_modules(module_name, sourcedir): ('man/heat-keystone-setup', 'heat-keystone-setup', u'Script which sets up keystone for usage by Heat', [u'Heat Developers'], 1), + ('man/heat-keystone-setup-domain', 'heat-keystone-setup-domain', + u'Script which sets up a keystone domain for heat users and projects', + [u'Heat Developers'], 1), ('man/heat-manage', 'heat-manage', u'Script which helps manage specific database operations', [u'Heat Developers'], 1),