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
Sreekumar S b6126bc0f1 Fix for adding gateway with IP outside subnet
Currently 'force_gateway_on_subnet' configuration is set to True
by default and enforces the subnet on to the gateway. With this
fix 'force_gateway_on_subnet' can be changed to False, and
gateway outside the subnet can be added.
Before adding the default route, a route to the gateway IP is
added. This applies to both external and internal networks.

This configuration option is deprecated, and should be removed
in a future release. It should always allow gateway outside the
subnet. This is done as a separate patch
https://review.openstack.org/#/c/277303/

Change-Id: I3a942cf98d263681802729cf09527f06c80fab2b
Closes-Bug: #1335023
Closes-Bug: #1398768
7 years ago
bin Fixes typos Openstack -> OpenStack 7 years ago
devstack Add BGP Dynamic Routing DB Model and Basic CRUD 7 years ago
doc Merge "Add to the neutron bug deputy directions" 7 years ago
etc BGP Dynamic Routing: introduce BgpDrScheduler model 7 years ago
neutron Fix for adding gateway with IP outside subnet 7 years ago
rally-jobs Changes in rally-jobs/README.rst 8 years ago
releasenotes Merge "Add the rebinding chance in _bind_port_if_needed" 7 years ago
tools Add necessary executable permission 7 years ago
.coveragerc Change ignore-errors to ignore_errors 8 years ago
.gitignore Automatically generate neutron core configuration files 8 years ago
.gitreview Fix .gitreview to not point at a branch 8 years ago
.mailmap Add mailmap entry 9 years ago
.pylintrc Start using neutron-lib for shared constants and exceptions 7 years ago
.testr.conf Workaround test stream corruption issue. 8 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 9 years ago
HACKING.rst Add hacking check for assertEqual HTTP code 7 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 Include alembic versions directory to the package 8 years ago
README.rst Update the URLs to the Cloud Admin Guide 8 years ago
TESTING.rst Compile OVS for functional tests 7 years ago
babel.cfg Use babel to generate translation file 11 years ago
openstack-common.conf remove openstack-common.conf 8 years ago
requirements.txt Updated from global requirements 7 years ago
run_tests.sh Remove check for bash usage 8 years ago
setup.cfg Add BGP Dynamic Routing DB Model and Basic CRUD 7 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Updated from global requirements 7 years ago
tox.ini Switch "dsvm-functional:" into same pattern as constraints 7 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 git.openstack.org at <http://git.openstack.org/cgit/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/admin-guide-cloud/networking.html

Networking Guide

http://docs.openstack.org/networking-guide/

Neutron API Reference:

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

Current Neutron developer documentation is available at:

http://wiki.openstack.org/NeutronDevelopment

For help on usage and hacking of Neutron, please send mail to <mailto:openstack-dev@lists.openstack.org>.

For information on how to contribute to Neutron, please see the contents of the CONTRIBUTING.rst file.