summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-03-17 21:04:42 +0000
committerGerrit Code Review <review@openstack.org>2013-03-17 21:04:42 +0000
commite08ff182a460c44647e1291238ad4901e2ce0f74 (patch)
treeba206525fe36739bd36ba6a60791d96e07540bd5
parent9b6b6dfe56f228f6f46c233c9af7e67dd1a6a8c0 (diff)
parentbc8f0699289699bf4095ea0dbe6fd5c9dd092ba7 (diff)
downloadheat-e08ff182a460c44647e1291238ad4901e2ce0f74.tar.gz
Merge "Add heat-keystone-setup man page"
-rw-r--r--doc/source/conf.py3
-rw-r--r--doc/source/man/heat-keystone-setup.rst27
2 files changed, 30 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 63c1b1c69..1987f68f4 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -243,6 +243,9 @@ man_pages = [
('man/heat-engine', 'heat-engine',
u'Service which performs the actions from the API calls made by the user',
[u'Heat Developers'], 1),
+ ('man/heat-keystone-setup', 'heat-keystone-setup',
+ u'Script which sets up keystone for usage by Heat',
+ [u'Heat Developers'], 1),
('man/heat-watch', 'heat-watch',
u'Command line utility to run heat watch actions over the CloudWatch API',
[u'Heat Developers'], 1),
diff --git a/doc/source/man/heat-keystone-setup.rst b/doc/source/man/heat-keystone-setup.rst
new file mode 100644
index 000000000..b661faf21
--- /dev/null
+++ b/doc/source/man/heat-keystone-setup.rst
@@ -0,0 +1,27 @@
+========
+heat-keystone-setup
+========
+
+.. program:: heat-keystone-setup
+
+
+SYNOPSIS
+========
+
+``heat-keystone-setup``
+
+
+DESCRIPTION
+===========
+The heat-keystone-setup tool configures keystone for use with Heat. This script requires admin keystone credentials to be available in the shell environment and write access to /etc/keystone.
+
+Distributions may provide other tools to setup keystone for use with Heat, so check the distro documenation first.
+
+EXAMPLES
+========
+
+ heat-keystone-setup
+
+BUGS
+====
+Heat bugs are managed through Launchpad <https://launchpad.net/heat>