On Jun 27, 2013, at 9:00 AM, Simon Pasquier <[email protected]> wrote: > > Am I right in assuming that devstack using tunneling is currently broken due > to VXLAN modifications [1]? > In particular the tunnel_type parameter in the [agent] section is not set by > devstack. > > Is anybody working on this issue? If not I can do it. > > [1] https://review.openstack.org/#/c/30319/
Actually, no, it does work with devstack. I made a devstack change [1] to allow for setting additional parameters in Quantum config. To use it, set something like this in your localrc file to make GRE tunnels work: Control node: Q_AGENT_EXTRA_AGENT_OPTS=(tunnel_types=gre) Q_AGENT_EXTRA_OVS_OPTS=(tenant_network_type=gre) Q_SRV_EXTRA_OPTS=(tenant_network_type=gre) Compute nodes: Q_AGENT_EXTRA_AGENT_OPTS=(tunnel_types=gre) Q_AGENT_EXTRA_OVS_OPTS=(tenant_network_type=gre) Thanks, Kyle [1] https://review.openstack.org/#/c/30315/ _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
