Comment 16 for bug 1284317

Revision history for this message
Akihiro Motoki (amotoki) wrote :

Honestly speaking, I am not sure how to handle this bug both on neutronclient and horizon.

We already have the umbrella exception NotFound. Horizon code catches NotFound and handle exception appropriately. Neutronclient raises NotFound exception for RouterNotFound in Neutron side and NotFound exception works for most cases though RouterNotFound still makes sense if it is needed.

I would like to change this bug to "WishList" as neutronclient bug.

For Horizon bug I don't see a strong reason we need a specific RouterNotFound bug after the commit a1fdb4709c8fa2a1766732b (above), so I would like to mark it as "Fix Commited" (I believe the above commit address this bug).