OpenStack Networking (Neutron)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
shihanzhang a5a8e2db49 Fix invalid facilities documented in rootwrap.conf
The values user0 and user1 do not map to valid facility values.
local1, etc.  Using user0 results in a  pri value that does not map
back to a facility of the same name in syslog.

RFC5424 suggest values values of local0 through local7.  Setting
syslog_log_facility to one of those values results in a message with a
priority that can be mapped back to the original string value.

This fix adjusts the comment in rootwrap.conf to suggest the local
prefix instead of the user prefix.

Change-Id: I835ad17c817b8623e382368b39b06944470be480
Closes-bug: #1280879
9 years ago
bin Use oslo.rootwrap library instead of local copy 9 years ago
doc Start of new developer documentation 10 years ago
etc Fix invalid facilities documented in rootwrap.conf 9 years ago
neutron Merge "Skip a test for nicira service plugin" 9 years ago
quantum Re-assign quantum.api module as last operation 10 years ago
tools Merge "Corrects broken format strings in check_i18n.py" 10 years ago
.coveragerc fix some missing change from quantum to neutron 10 years ago
.gitignore Updates .gitignore 10 years ago
.gitreview Rename quantum to neutron in .gitreview. 10 years ago
.mailmap mailmap: update .mailmap 9 years ago
.pylintrc Rename Quantum to Neutron 10 years ago
.testr.conf Add an explicit tox job for functional tests 9 years ago
HACKING.rst Cleanup HACKING.rst 10 years ago
LICENSE Adding Apache Version 2.0 license file. This is the official license agreement under which Quantum code is available to 12 years ago
MANIFEST.in Rename Quantum to Neutron 10 years ago
README.rst Rename Quantum to Neutron 10 years ago
TESTING Add post-mortem debug option for tests 10 years ago
babel.cfg Use babel to generate translation file 11 years ago
openstack-common.conf Merge "Use oslo.rootwrap library instead of local copy" 9 years ago
requirements.txt Merge "Remove psutil dependency" 9 years ago
run_tests.sh Fix interprocess locks for run_tests.sh 10 years ago
setup.cfg Merge "Add migration support from agent to NSX dhcp/metadata services" 9 years ago
setup.py Updated from global requirements 10 years ago
test-requirements.txt Sync global requirements to pin sphinx to sphinx>=1.1.2,<1.2 10 years ago
tox.ini Merge "Add an explicit tox job for functional tests" 9 years ago

README.rst

# -- Welcome!

You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!

# -- External Resources:

The homepage for Neutron is: http://launchpad.net/neutron . Use this site for asking for help, and filing bugs. Code is available on github at <http://github.com/openstack/neutron>.

The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:

Neutron Administrator Guide http://docs.openstack.org/trunk/openstack-network/admin/content/

Neutron API Reference: http://docs.openstack.org/api/openstack-network/2.0/content/

The start of some developer documentation is available at: http://wiki.openstack.org/NeutronDevelopment

For help using or hacking on Neutron, you can send mail to <mailto:openstack-dev@lists.openstack.org>.