[Openstack] neutron/ with linux-bridge error
Bhattacharjee, Arindam (Arindam)
arindam.bhattacharjee at alcatel-lucent.com
Fri Jan 10 02:46:00 UTC 2014
Thanks Ramo
No worries,
I'm sure I'm hitting this bug:
https://bugs.launchpad.net/neutron/+bug/1241602
That's fixed recently neutron 2013.2.1 and my version 2013.2.0
root at trialims02:~/tmp# apt-cache policy neutron-server
neutron-server:
Installed: 1:2013.2-0ubuntu1
Candidate: 1:2013.2-0ubuntu1
Version table:
*** 1:2013.2-0ubuntu1 0
100 /var/lib/dpkg/status
1:2013.2~rc3-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
I tried to get this by adding in /etc/apt/sources
deb http://us.archive.ubuntu.com/ubuntu/ saucy main universe restricted multiverse
then running both
apt-get upgrade neutron-server
apt-get update
but still could not get that 2013.2.1 neutron
So I have to abort this Havana as of now I suppose.
-Arindam
From: Remo Mattei [mailto:remo at mattei.org]
Sent: Thursday, January 09, 2014 7:09 PM
To: Bhattacharjee, Arindam (Arindam)
Cc: <openstack at lists.openstack.org>
Subject: Re: [Openstack] neutron/ with linux-bridge error
I have not tried this on Havana yet. I need to look what could be the problem.
On Jan 9, 2014, at 1:40 PM, Bhattacharjee, Arindam (Arindam) <arindam.bhattacharjee at alcatel-lucent.com<mailto:arindam.bhattacharjee at alcatel-lucent.com>> wrote:
Thanks a lot Remo for the reply.
Yes I did restart all services.
This similar config worked fine with Linux-bridge with quantum linux bridge with Grizzly. I'm now trying with Havana/neutron/linuxbridge and see this issue.
It seems some how neutron cannot setup more than one port.vlan with the bridge. The one which is setup also cannot have network connectivity. I shut off all firewall but did not help
Does this ring any bell ?
I saw in mysql neutron database
mysql> select * from ports;
+----------------------------------+--------------------------------------+------+--------------------------------------+-------------------+----------------+--------+--------------------------------------+--------------+
| tenant_id | id | name | network_id | mac_address | admin_state_up | status | device_id | device_owner |
+----------------------------------+--------------------------------------+------+--------------------------------------+-------------------+----------------+--------+--------------------------------------+--------------+
| eb8bd4aa2a5043ca9f61fd868da0cec3 | 10281d66-2481-43d8-94c7-67eb94767fa5 | | fa036e3b-7ea7-48e9-9416-fa9345964d96 | fa:16:3e:27:6e:1f | 1 | ACTIVE | 07b4fa53-cafb-41a3-8682-b95f6e1b9e41 | compute:nova |
| eb8bd4aa2a5043ca9f61fd868da0cec3 | 2b98bb69-ac2d-4044-8790-2b27df9b5769 | | 2e425ce1-9276-44ca-aa83-41a2b74a78aa | fa:16:3e:07:1f:d0 | 1 | DOWN | 9c118017-aab0-41b3-96c2-1596480060d8 | compute:nova |
| eb8bd4aa2a5043ca9f61fd868da0cec3 | 41418a8c-5aed-4cf4-938f-a5daf3d9c4aa | | fed08b5b-baa7-4ac5-8a94-6f21cc239c43 | fa:16:3e:bc:cd:58 | 1 | DOWN | 07b4fa53-cafb-41a3-8682-b95f6e1b9e41 | compute:nova |
+----------------------------------+--------------------------------------+------+--------------------------------------+-------------------+----------------+--------+--------------------------------------+--------------+
3 rows in set (0.00 sec)
# By the way I changed in /etc/nova.conf file to take care of the warning.
#libvirt_vif_driver=nova.virt.libvirt.vif.NeutronLinuxBridgeVIFDriver
libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtGenericVIFDriver
!DSPAM:52cf175d256144786639909!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140110/2a22ebe3/attachment.html>
More information about the Openstack
mailing list