[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-10-04 Thread Chuck Short
This is fixed in Quantal/Precise. ** Changed in: quantum (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052522 Title: L3 plugin exists / dies when extern

[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-27 Thread Thierry Carrez
** Changed in: quantum Milestone: folsom-rc2 => 2012.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052522 Title: L3 plugin exists / dies when external bridge isn't up To manage notifications

[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-21 Thread OpenStack Hudson
Reviewed: https://review.openstack.org/13457 Committed: http://github.com/openstack/quantum/commit/1aa2ac5d791cb1d0738f7a61ea6fd50721bec8a8 Submitter: Jenkins Branch:milestone-proposed commit 1aa2ac5d791cb1d0738f7a61ea6fd50721bec8a8 Author: Dan Wendlandt Date: Thu Sep 20 23:52:52 2012 -07

[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-21 Thread OpenStack Hudson
Reviewed: https://review.openstack.org/13443 Committed: http://github.com/openstack/quantum/commit/da1cf7c27014182033b86a156e829d096459d9f0 Submitter: Jenkins Branch:master commit da1cf7c27014182033b86a156e829d096459d9f0 Author: Dan Wendlandt Date: Thu Sep 20 23:52:52 2012 -0700 l3-a

[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-20 Thread OpenStack Hudson
Fix proposed to branch: master Review: https://review.openstack.org/13443 ** Changed in: quantum Status: Confirmed => In Progress ** Changed in: quantum Assignee: (unassigned) => dan wendlandt (danwent) -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-20 Thread dan wendlandt
** Changed in: quantum Milestone: None => folsom-rc2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052522 Title: L3 plugin exists / dies when external bridge isn't up To manage notifications a

[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-20 Thread dan wendlandt
Yeah, the traceback is unrelated. The bug is valid though, as even if the bridge is configured, if the l3-agent starts before OVS, the l3-agent will exit permanently, which is obviously bad. I do think there's probably a decent argument to be made that the lack of an external bridge should probab

[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-20 Thread dan wendlandt
** Changed in: quantum Importance: Medium => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052522 Title: L3 plugin exists / dies when external bridge isn't up To manage notifications a

[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-20 Thread dan wendlandt
** Changed in: quantum Status: New => Confirmed ** Changed in: quantum Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052522 Title: L3 plugin exists / dies

[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-18 Thread Gary Kotton
>From the trace it looks like there are a number of problems: 1. keystone authentication has failed - this means that the keystone credentials are not correctly set 2. the br-ex is not configured. This can be set as follows: sudo ovs-vsctl add-br br-ex Thanks Gary -- You received this bug notif

[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-18 Thread Adam Gandelman
I've been unable to reproduce this using a simple test: # apt-get install openvswitch-switch quantum-l3-agent # service quantum-l3-agent status quantum-l3-agent stop/waiting # <- this is expected, currently. # ovs-vsctl add-br br-int # ovs-vsctl add-br br-ex # ip addr 3: br-int: mtu 1500 qdisc n

[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-18 Thread Emilien Macchi
I think it's because of Ubuntu Packaging : OVS starts after L3 agent, so L3 starting fails since it needs br-ex existence. OVS should start before all quantum services. ** Also affects: quantum (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because