Add heat-keystone-setup man page

Change-Id: I314ce01d35d65e3b50b72d2abaf51710b8461da7
Fixes: Bug #1153693
This commit is contained in:
Steven Dake 2013-03-14 15:03:55 -07:00 committed by sdake
parent 2daef27b6a
commit bc8f069928
2 changed files with 30 additions and 0 deletions

View File

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

View File

@ -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>