
When a new GRE tunnel is created OVS agent calls ovs-vsctl incorrectly. Command: sudo ovs-vsctl --timeout=2 --may-exist add-port br-tun gre-1 is produced instead of correct one: sudo ovs-vsctl --timeout=2 -- --may-exist add-port br-tun gre-1 Fixes bug 1227675 Change-Id: I010961658a37028e41621c4a529b5a14e7587c7f
# -- 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>.