Add heat-keystone-setup-domain to sphinx conf.py

The man page for heat-keystone-setup-domain was not being generated
because it was not included in the sphinx conf.py.

Change-Id: Ic1c2025fc7f61e3c37906b42bd84e1df893920fc
This commit is contained in:
Ryan Brown 2014-09-10 09:46:50 -04:00
parent 3f7f1be2ef
commit d73022561b

View File

@ -417,6 +417,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-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),