
Fixes bug 1049385 Due to some issues using OVS internal interfaces across namespaces with OpenFlow controllers (bug 1048681), a patch introduced the OVSVethInterfaceDriver in addition to the base OVSInterfaceDriver. However, OVSVethInterfaceDriver is just a variation of OVSInterfaceDriver and the difference is how to create an interface (OVS internal vs veth). This patch merge OVSVethInterfaceDriver into OVSInterfaceDriver by introducing a new flag 'ovs_use_veth' (which defaults to False). Change-Id: Ie8b01e6776bf703f72a9e2a471b24e126f6e2322
# -- Welcome! You have come across a cloud computing network fabric controller. It has identified itself as "Quantum." It aims to tame your (cloud) networking! # -- External Resources: The homepage for Quantum is: http://launchpad.net/quantum . Use this site for downloading the latest code, asking for help, and filing bugs. The latest and most in-depth documentation on how to use Quantum is available at: http://docs.openstack.org . This includes: Quantum Administrator Guide http://docs.openstack.org/trunk/openstack-network/admin/content/ Quantum 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/QuantumDevelopment For help using or hacking on Quantum, you can send mail to openstack-dev@lists.openstack.org .
Description
Languages
Python
98.5%
Shell
1.5%