Comment 8 for bug 1513879

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

Reviewed: https://review.openstack.org/244219
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=69c39b731541415b6cd4c7b2d8b859f8134f7ed8
Submitter: Jenkins
Branch: master

commit 69c39b731541415b6cd4c7b2d8b859f8134f7ed8
Author: Dan Smith <email address hidden>
Date: Wed Nov 11 09:13:47 2015 -0800

    Add test coverage for both types of not-found-ness in neutronclient for floating

    This adds coverage for the exceptions.NotFound case when we're getting
    floating IPs from neutronclient. It makes the NeutronClientException case
    the "legacy" one that we can remove when we fix that bug.

    Change-Id: I9c8b20e076527f98085265755a2d2503c703f235
    Partial-Bug: 1513879