~ubuntu-branches/ubuntu/precise/keystone/precise-security

« back to all changes in this revision

Viewing changes to doc/source/man/keystone-manage.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-03-09 12:26:12 UTC
  • mto: (25.1.1 precise-proposed)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120309122612-t4zqpaytkiptezsa
Tags: upstream-2012.1~rc1~20120308.2103
ImportĀ upstreamĀ versionĀ 2012.1~rc1~20120308.2103

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
===============
 
2
keystone-manage
 
3
===============
 
4
 
 
5
---------------------------
 
6
Keystone Management Utility
 
7
---------------------------
 
8
 
 
9
:Author: keystone@lists.launchpad.net
 
10
:Date:   2010-11-16
 
11
:Copyright: OpenStack LLC
 
12
:Version: 0.1.2
 
13
:Manual section: 1
 
14
:Manual group: cloud computing
 
15
 
 
16
SYNOPSIS
 
17
========
 
18
 
 
19
  keystone-manage [options]
 
20
 
 
21
DESCRIPTION
 
22
===========
 
23
 
 
24
keystone-manage is the command line tool that interacts with the keystone
 
25
service to initialize and update data within Keystone.  Generally,
 
26
keystone-manage is only used for operations that can not be accomplished
 
27
with through the keystone REST api, such data import/export and schema
 
28
migrations.
 
29
 
 
30
 
 
31
USAGE
 
32
=====
 
33
 
 
34
    ``keystone-manage [options] action [additional args]``
 
35
 
 
36
 
 
37
General keystone-manage options:
 
38
--------------------------------
 
39
 
 
40
* ``--help`` : display verbose help output.
 
41
 
 
42
Invoking keystone-manage by itself will give you some usage information.
 
43
 
 
44
Available keystone-manage commands:
 
45
  db_sync: Sync the database.
 
46
  import_legacy: Import a legacy (pre-essex) version of the db.
 
47
  export_legacy_catalog: Export service catalog from a legacy (pre-essex) db.
 
48
 
 
49
 
 
50
OPTIONS
 
51
=======
 
52
 
 
53
Options:
 
54
  -h, --help            show this help message and exit
 
55
  --config-file=PATH    Path to a config file to use. Multiple config files
 
56
                        can be specified, with values in later files taking
 
57
                        precedence. The default files used are: []
 
58
  -d, --debug           Print debugging output
 
59
  --nodebug             Print debugging output
 
60
  -v, --verbose         Print more verbose output
 
61
  --noverbose           Print more verbose output
 
62
  --log-config=PATH     If this option is specified, the logging configuration
 
63
                        file specified is used and overrides any other logging
 
64
                        options specified. Please see the Python logging
 
65
                        module documentation for details on logging
 
66
                        configuration files.
 
67
  --log-format=FORMAT   A logging.Formatter log message format string which
 
68
                        may use any of the available logging.LogRecord
 
69
                        attributes. Default: none
 
70
  --log-date-format=DATE_FORMAT
 
71
                        Format string for %(asctime)s in log records. Default:
 
72
                        none
 
73
  --log-file=PATH       (Optional) Name of log file to output to. If not set,
 
74
                        logging will go to stdout.
 
75
  --log-dir=LOG_DIR     (Optional) The directory to keep log files in (will be
 
76
                        prepended to --logfile)
 
77
  --syslog-log-facility=SYSLOG_LOG_FACILITY
 
78
                        (Optional) The syslog facility to use when logging to
 
79
                        syslog (defaults to LOG_USER)
 
80
  --use-syslog          Use syslog for logging.
 
81
  --nouse-syslog        Use syslog for logging.
 
82
 
 
83
FILES
 
84
=====
 
85
 
 
86
None
 
87
 
 
88
SEE ALSO
 
89
========
 
90
 
 
91
* `Keystone <http://github.com/openstack/keystone>`__
 
92
 
 
93
SOURCE
 
94
======
 
95
 
 
96
* Keystone is sourced in GitHub `Keystone <http://github.com/openstack/keystone>`__
 
97
* Keystone bugs are managed at Launchpad `Launchpad Keystone <https://bugs.launchpad.net/keystone>`__