fix man page build
there was an obsolete man_pages in conf.py sync keystone-all man page with keystone-all -h output Change-Id: Ie136d30d0ea647082459ae35720e48742aa2b722
This commit is contained in:
parent
94f45dac51
commit
79f5f7cf99
@ -240,18 +240,6 @@ latex_documents = [
|
||||
#latex_domain_indices = True
|
||||
|
||||
|
||||
# -- Options for manual page output
|
||||
|
||||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'keystone', u'Keystone Documentation',
|
||||
[u'OpenStack'], 1)]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
#man_show_urls = False
|
||||
|
||||
|
||||
# -- Options for Texinfo output
|
||||
|
||||
# Grouping the document tree into Texinfo files. List of tuples
|
||||
|
@ -1,15 +1,15 @@
|
||||
========
|
||||
keystone
|
||||
========
|
||||
============
|
||||
keystone-all
|
||||
============
|
||||
|
||||
---------------------------
|
||||
Keystone Management Utility
|
||||
---------------------------
|
||||
------------------------
|
||||
Keystone Startup Command
|
||||
------------------------
|
||||
|
||||
:Author: keystone@lists.launchpad.net
|
||||
:Author: openstack@lists.launchpad.net
|
||||
:Date: 2010-11-16
|
||||
:Copyright: OpenStack LLC
|
||||
:Version: 0.1.2
|
||||
:Version: 2012.1
|
||||
:Manual section: 1
|
||||
:Manual group: cloud computing
|
||||
|
||||
@ -25,26 +25,18 @@ keystone-all starts both the service and administrative APIs in a single
|
||||
process to provide catalog, authorization, and authentication services for
|
||||
OpenStack.
|
||||
|
||||
USAGE
|
||||
=====
|
||||
|
||||
``keystone-all [options]``
|
||||
|
||||
Common Options:
|
||||
^^^^^^^^^^^^^^^
|
||||
-h, --help show this help message and exit
|
||||
|
||||
The following configuration options are common to all keystone
|
||||
programs.::
|
||||
OPTIONS
|
||||
=======
|
||||
|
||||
-h, --help show this help message and exit
|
||||
--config-file=PATH Path to a config file to use. Multiple config files
|
||||
can be specified, with values in later files taking
|
||||
precedence. The default files used are: []
|
||||
precedence. The default files used are:
|
||||
['/etc/keystone/keystone.conf']
|
||||
-d, --debug Print debugging output
|
||||
--nodebug Print debugging output
|
||||
--nodebug The inverse of --debug
|
||||
-v, --verbose Print more verbose output
|
||||
--noverbose Print more verbose output
|
||||
--noverbose The inverse of --verbose
|
||||
--log-config=PATH If this option is specified, the logging configuration
|
||||
file specified is used and overrides any other logging
|
||||
options specified. Please see the Python logging
|
||||
@ -64,7 +56,7 @@ programs.::
|
||||
(Optional) The syslog facility to use when logging to
|
||||
syslog (defaults to LOG_USER)
|
||||
--use-syslog Use syslog for logging.
|
||||
--nouse-syslog Use syslog for logging.
|
||||
--nouse-syslog The inverse of --use-syslog
|
||||
|
||||
FILES
|
||||
=====
|
||||
@ -80,4 +72,4 @@ SOURCE
|
||||
======
|
||||
|
||||
* Keystone source is managed in GitHub `Keystone <http://github.com/openstack/keystone>`__
|
||||
* Keystone bugs are managed at Launchpad `Launchpad Keystone <https://bugs.launchpad.net/keystone>`__
|
||||
* Keystone bugs are managed at Launchpad `Keystone <https://bugs.launchpad.net/keystone>`__
|
||||
|
@ -6,10 +6,10 @@ keystone-manage
|
||||
Keystone Management Utility
|
||||
---------------------------
|
||||
|
||||
:Author: keystone@lists.launchpad.net
|
||||
:Author: openstack@lists.launchpad.net
|
||||
:Date: 2010-11-16
|
||||
:Copyright: OpenStack LLC
|
||||
:Version: 0.1.2
|
||||
:Version: 2012.1
|
||||
:Manual section: 1
|
||||
:Manual group: cloud computing
|
||||
|
||||
@ -95,4 +95,4 @@ SOURCE
|
||||
======
|
||||
|
||||
* Keystone is sourced in GitHub `Keystone <http://github.com/openstack/keystone>`__
|
||||
* Keystone bugs are managed at Launchpad `Launchpad Keystone <https://bugs.launchpad.net/keystone>`__
|
||||
* Keystone bugs are managed at Launchpad `Keystone <https://bugs.launchpad.net/keystone>`__
|
||||
|
Loading…
x
Reference in New Issue
Block a user