Files
devstack/lib
Sean M. Collins 00e16a9d53 Support for single interface Neutron networking with OVS
When running Neutron on a single node that only has a single interface,
the following operations are required:

    * Remove the IP address from the physical interface
    * Add the interface to the OVS physical bridge
    * Add the IP address from the physical interface to the OVS bridge
    * Update the routing table

The reverse is done on cleanup.

In order run Neutron on a single interface, the $PUBLIC_INTERFACE and
$OVS_PHYSICAL_BRIDGE variables must be set.

Co-Authored-By: Brian Haley <brian.haley@hp.com>
Change-Id: I71e2594288bae1a71dc2c8c3fb350b913dbd5e2c
2015-03-26 10:00:33 -04:00
..
2014-12-10 11:28:05 -05:00
2015-02-11 06:10:38 -05:00
2015-03-03 11:02:49 +01:00
2014-12-23 17:20:30 -08:00
2015-03-03 08:50:27 -08:00
2014-12-10 11:28:05 -05:00
2014-12-10 11:28:05 -05:00
2015-03-24 19:28:25 +00:00