diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-06-28 14:05:13 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-06-28 14:05:13 +0000 |
| commit | 4f99a9dcba856623f5fe92f422563649d5cdcf73 (patch) | |
| tree | 64e1a702113e556d6c8ad6b4a4a63079f7d90633 /doc/source | |
| parent | 23ca656927947dada40591bdd1badd5a531c2983 (diff) | |
| parent | 79f5f7cf997d2bab410c805aa9b63aecfe59b816 (diff) | |
Merge "fix man page build"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 12 | ||||
| -rw-r--r-- | doc/source/man/keystone-all.rst | 40 | ||||
| -rw-r--r-- | doc/source/man/keystone-manage.rst | 6 |
3 files changed, 19 insertions, 39 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index ab5d5914..073e598b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 diff --git a/doc/source/man/keystone-all.rst b/doc/source/man/keystone-all.rst index fc2d68d7..882e5685 100644 --- a/doc/source/man/keystone-all.rst +++ b/doc/source/man/keystone-all.rst @@ -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>`__ diff --git a/doc/source/man/keystone-manage.rst b/doc/source/man/keystone-manage.rst index 0c6a1e11..d5471726 100644 --- a/doc/source/man/keystone-manage.rst +++ b/doc/source/man/keystone-manage.rst @@ -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>`__ |
