summaryrefslogtreecommitdiffstats
path: root/doc/source/man/keystone-all.rst
blob: 76d5ab1fc6ee4f4d3c809dca3b83ea3ac84259f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
============
keystone-all
============

------------------------
Keystone Startup Command
------------------------

:Author: openstack@lists.openstack.org
:Date:   2010-11-16
:Copyright: OpenStack LLC
:Version: 2012.1
:Manual section: 1
:Manual group: cloud computing

SYNOPSIS
========

::

  keystone-all [-h] [--version] [--pydev-debug-port PYDEV_DEBUG_PORT]
                    [--verbose] [--noverbose] [--config-dir DIR]
                    [--log-config PATH] [--log-date-format DATE_FORMAT]
                    [--use-syslog] [--nouse-syslog] [--log-dir LOG_DIR]
                    [--syslog-log-facility SYSLOG_LOG_FACILITY]
                    [--standard-threads] [--nostandard-threads]
                    [--config-file PATH] [--pydev-debug-host PYDEV_DEBUG_HOST]
                    [--debug] [--nodebug] [--log-format FORMAT]
                    [--log-file PATH]

DESCRIPTION
===========

keystone-all starts both the service and administrative APIs in a single
process to provide catalog, authorization, and authentication services for
OpenStack.

OPTIONS
=======

  -h, --help            show this help message and exit
  --version             show program's version number and exit
  --debug, -d           Print debugging output (set logging level to DEBUG
                        instead of default WARNING level).
  --nodebug             The inverse of --debug
  --verbose, -v         Print more verbose output (set logging level to INFO
                        instead of default WARNING level).
  --noverbose           The inverse of --verbose
  --use-syslog          Use syslog for logging.
  --nouse-syslog        The inverse of --use-syslog
  --standard-threads    Do not monkey-patch threading system modules.
  --nostandard-threads  The inverse of --standard-threads
  --pydev-debug-port PYDEV_DEBUG_PORT
                        Port to connect to for remote debugger.
  --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:
                        ['/etc/keystone/keystone.conf']
  --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
                        module documentation for details on logging
                        configuration files.
  --log-format FORMAT   A logging.Formatter log message format string which
                        may use any of the available logging.LogRecord
                        attributes.
  --log-date-format DATE_FORMAT
                        Format string for %(asctime)s in log records.
  --log-file PATH       Name of log file to output. If not set, logging will
                        go to stdout.
  --log-dir LOG_DIR     The directory in which to store log files. (will be
                        prepended to --log-file)
  --syslog-log-facility SYSLOG_LOG_FACILITY
                        syslog facility to receive log lines.
  --pydev-debug-host PYDEV_DEBUG_HOST
                        Host to connect to for remote debugger.
  --config-dir DIR      Path to a config directory to pull \*.conf files from.
                        This file set is sorted, so as to provide a
                        predictable parse order if individual options are
                        over-ridden. The set is parsed after the file(s), if
                        any, specified via --config-file, hence over-ridden
                        options in the directory take precedence.

FILES
=====

None

SEE ALSO
========

* `Keystone <http://github.com/openstack/keystone>`__

SOURCE
======

* Keystone source is managed in GitHub `Keystone <http://github.com/openstack/keystone>`__
* Keystone bugs are managed at Launchpad `Keystone <https://bugs.launchpad.net/keystone>`__