keystone/doc/source/man/keystone-control.rst

3.1 KiB

keystone-control

Keystone Management Utility

Author

keystone@lists.launchpad.net

Date

2011-10-31

Copyright

OpenStack LLC

Version

0.1.2

Manual section

1

Manual group

cloud computing

SYNOPSIS

keystone-control [options] <server> <commands> (<conf path>)

DESCRIPTION

keystone-control is the command line tool that interacts with the keystone service to configure Keystone

USAGE

keystone-control [options] <server> <command> (<conf path>)

where server is one of:

  • all
  • auth
  • admin

and command is one of:

  • start
  • stop
  • shutdown
  • restart
  • reload
  • force-reload

Common Options:

--version show program's version number and exit -h, --help show this help message and exit -v, --verbose Print more verbose output -d, --debug Print debugging output to console -c PATH, --config-file=PATH Path to the config file to use. When not specified (the default), we generally look at the first argument specified to be a config file, and if that is also missing, we search standard directories for a config file. -p BIND_PORT, --port=BIND_PORT, --bind-port=BIND_PORT specifies port to listen on (default is 5000) --host=BIND_HOST, --bind-host=BIND_HOST specifies host address to listen on (default is all or 0.0.0.0) -t, --trace-calls Turns on call tracing for troubleshooting -a PORT, --admin-port=PORT Specifies port for Admin API to listen on (default is 35357)

Logging Options:

The following configuration options are specific to logging functionality for this program.

--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-date-format=FORMAT Format string for %(asctime)s in log records.

Default: %Y-%m-%d %H:%M:%S

--log-file=PATH (Optional) Name of log file to output to. If

not set, logging will go to stdout.

--log-dir=LOG_DIR (Optional) The directory to keep log files in

(will be prepended to --logfile)

FILES

None

SEE ALSO

SOURCE