summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRyan Brown <rybrown@redhat.com>2014-09-10 09:46:50 -0400
committerRyan Brown <rybrown@redhat.com>2014-09-11 10:56:16 -0400
commitd73022561b998389d447a0657d03a6862b91b03b (patch)
tree84092ebcaf07f336c2c936783977a91b1fd2fa96 /doc
parent3f7f1be2ef08840285cc1982d52654f0052a7ffa (diff)
downloadheat-d73022561b998389d447a0657d03a6862b91b03b.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index f2e30c6bd..ce7b52b02 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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),