Update man pages

The man pages were out of date.

To get the new man pages, I ran keystone-all -h and
keystone-manage -h and copy-pasted the output.

Change-Id: I6c6f6f9f56c2216cce300fcf24877b78b601db5d
This commit is contained in:
Brant Knudson 2014-02-15 14:21:33 -06:00
parent a6c3d6d07d
commit a68e93dc2e
2 changed files with 23 additions and 19 deletions

View File

@ -7,9 +7,9 @@ Keystone Startup Command
------------------------ ------------------------
:Author: openstack@lists.openstack.org :Author: openstack@lists.openstack.org
:Date: 2013-10-17 :Date: 2014-02-14
:Copyright: OpenStack Foundation :Copyright: OpenStack Foundation
:Version: 2013.2 :Version: 2014.1
:Manual section: 1 :Manual section: 1
:Manual group: cloud computing :Manual group: cloud computing
@ -19,7 +19,7 @@ SYNOPSIS
:: ::
keystone-all [-h] [--config-dir DIR] [--config-file PATH] [--debug] keystone-all [-h] [--config-dir DIR] [--config-file PATH] [--debug]
[--log-config PATH] [--log-date-format DATE_FORMAT] [--log-config-append PATH] [--log-date-format DATE_FORMAT]
[--log-dir LOG_DIR] [--log-file PATH] [--log-dir LOG_DIR] [--log-file PATH]
[--log-format FORMAT] [--nodebug] [--nostandard-threads] [--log-format FORMAT] [--nodebug] [--nostandard-threads]
[--nouse-syslog] [--noverbose] [--nouse-syslog] [--noverbose]
@ -50,17 +50,19 @@ OPTIONS
precedence. The default files used are: None precedence. The default files used are: None
--debug, -d Print debugging output (set logging level to DEBUG --debug, -d Print debugging output (set logging level to DEBUG
instead of default WARNING level). instead of default WARNING level).
--log-config PATH If this option is specified, the logging configuration --log-config-append PATH, --log_config PATH
file specified is used and overrides any other logging The name of logging configuration file. It does not
options specified. Please see the Python logging disable existing loggers, but just appends specified
module documentation for details on logging logging configuration to any other existing logging
configuration files. options. Please see the Python logging module
documentation for details on logging configuration
files.
--log-date-format DATE_FORMAT --log-date-format DATE_FORMAT
Format string for %(asctime)s in log records. Default: Format string for %(asctime)s in log records. Default:
None None
--log-dir LOG_DIR, --logdir LOG_DIR --log-dir LOG_DIR, --logdir LOG_DIR
(Optional) The base directory used for relative (Optional) The base directory used for relative --log-
--log-file paths file paths
--log-file PATH, --logfile PATH --log-file PATH, --logfile PATH
(Optional) Name of log file to output to. If no (Optional) Name of log file to output to. If no
default is set, logging will go to stdout. default is set, logging will go to stdout.

View File

@ -7,9 +7,9 @@ Keystone Management Utility
--------------------------- ---------------------------
:Author: openstack@lists.openstack.org :Author: openstack@lists.openstack.org
:Date: 2013-10-17 :Date: 2014-02-14
:Copyright: OpenStack Foundation :Copyright: OpenStack Foundation
:Version: 2013.2 :Version: 2014.1
:Manual section: 1 :Manual section: 1
:Manual group: cloud computing :Manual group: cloud computing
@ -61,17 +61,19 @@ OPTIONS
precedence. The default files used are: None precedence. The default files used are: None
--debug, -d Print debugging output (set logging level to DEBUG --debug, -d Print debugging output (set logging level to DEBUG
instead of default WARNING level). instead of default WARNING level).
--log-config PATH If this option is specified, the logging configuration --log-config-append PATH, --log_config PATH
file specified is used and overrides any other logging The name of logging configuration file. It does not
options specified. Please see the Python logging disable existing loggers, but just appends specified
module documentation for details on logging logging configuration to any other existing logging
configuration files. options. Please see the Python logging module
documentation for details on logging configuration
files.
--log-date-format DATE_FORMAT --log-date-format DATE_FORMAT
Format string for %(asctime)s in log records. Default: Format string for %(asctime)s in log records. Default:
None None
--log-dir LOG_DIR, --logdir LOG_DIR --log-dir LOG_DIR, --logdir LOG_DIR
(Optional) The base directory used for relative (Optional) The base directory used for relative --log-
--log-file paths file paths
--log-file PATH, --logfile PATH --log-file PATH, --logfile PATH
(Optional) Name of log file to output to. If no (Optional) Name of log file to output to. If no
default is set, logging will go to stdout. default is set, logging will go to stdout.