yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28350
[Bug 1315412] Re: tenant_network_type = vxlan has no effect
As mentioned in the comment above, changing the status to fix released.
** Changed in: neutron
Status: Confirmed => Fix Committed
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1315412
Title:
tenant_network_type = vxlan has no effect
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
I am using havana on precise with OVS plugin. I tried switching from GRE to VXLAN but config change made no difference. I tried redeploying neutron and compute nodes, this made no difference either, I could still see GRE tunnels in place:
Port "gre-3"
Interface "gre-3"
type: gre
options: {in_key=flow, local_ip="y.y.y.y", out_key=flow, remote_ip="x.x.x.x"}
On neutron gateways /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini looks like this:
[ovs]
local_ip = xx.xx.xx.xx
tenant_network_type = vxlan
enable_tunneling = True
tunnel_id_ranges = 1:1000
And on compute hosts:
[OVS]
tunnel_id_ranges = 1:1000
tenant_network_type = vxlan
enable_tunneling = True
local_ip = yy.yy.yy.yy
[DATABASE]
sql_connection = mysql://user:pass@xxxxxxxxxxx/neutron?charset=utf8
reconnect_interval = 2
[AGENT]
polling_interval = 2
[SECURITYGROUP]
neutron-plugin-openvswitch:
Installed: 1:2013.2.3-0ubuntu1~cloud0
Candidate: 1:2013.2.3-0ubuntu1~cloud0
Version table:
*** 1:2013.2.3-0ubuntu1~cloud0 0
500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/havana/main amd64 Packages
100 /var/lib/dpkg/status
neutron-plugin-openvswitch-agent:
Installed: 1:2013.2.3-0ubuntu1~cloud0
Candidate: 1:2013.2.3-0ubuntu1~cloud0
Version table:
*** 1:2013.2.3-0ubuntu1~cloud0 0
500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/havana/main amd64 Packages
100 /var/lib/dpkg/status
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1315412/+subscriptions
References