Comment 13 for bug 1154622

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/38599
Committed: http://github.com/openstack/neutron/commit/5db010a9a737356e426e6f2e10c8fcafb36c533c
Submitter: Jenkins
Branch: master

commit 5db010a9a737356e426e6f2e10c8fcafb36c533c
Author: Jaume Devesa <email address hidden>
Date: Wed Jul 24 16:54:09 2013 +0200

    Unify exception thrown in l3-agent-scheduler fails

    Since you can only attach a single l3 agent to a router, when you try
    to add another l3 agent to a router that already have one, the l3
    agent scheduler raises an exception.

    This fix removes the discrimination by id: either it is the same agent
    or another one, the router can not be hosted and the same exception is
    raised.

    Change-Id: If832bbd4bf17e4e0c4720172aded4c9fffedc6fc
    Fixes: bug #1154622