380b0e7db6
This change renames everything to Neutron while providing backwards compatible adjustments for Grizzly configuration files. implements blueprint: remove-use-of-quantum Change-Id: Ie7d07ba7c89857e13d4ddc8f0e9b68de020a3d19
76 lines
2.4 KiB
ReStructuredText
76 lines
2.4 KiB
ReStructuredText
==============
|
|
neutron-server
|
|
==============
|
|
|
|
--------------
|
|
Neutron Server
|
|
--------------
|
|
|
|
:Author: openstack@lists.launchpad.net
|
|
:Date: 2012-04-05
|
|
:Copyright: OpenStack Foundation
|
|
:Version: 2012.1
|
|
:Manual section: 1
|
|
:Manual group: cloud computing
|
|
|
|
SYNOPSIS
|
|
========
|
|
|
|
neutron-server [options]
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
neutron-server provides a webserver that exposes the Neutron API, and
|
|
passes all webservice calls to the Neutron plugin for processing.
|
|
|
|
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
|
|
--config-file=PATH Path to the config file to use, for example,
|
|
/etc/neutron/neutron.conf. 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. (/etc/neutron/,
|
|
/usr/lib/pythonX/site-packages/neutron/)
|
|
|
|
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
|
|
--use-syslog Output logs to syslog.
|
|
--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
|
|
========
|
|
|
|
plugins.ini file contains the plugin information
|
|
neutron.conf file contains configuration information in the form of python-gflags.
|
|
|
|
SEE ALSO
|
|
========
|
|
|
|
* `OpenStack Neutron <http://neutron.openstack.org>`__
|
|
|
|
BUGS
|
|
====
|
|
|
|
* Neutron is sourced in Launchpad so you can view current bugs at `OpenStack Bugs <https://bugs.launchpad.net/neutron>`__
|
|
|