Comment 3 for bug 1470330

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

Reviewed: https://review.openstack.org/216614
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=3b82dceaa80ede1e5d03f0f44e71b3f09a9d9047
Submitter: Jenkins
Branch: master

commit 3b82dceaa80ede1e5d03f0f44e71b3f09a9d9047
Author: Jean-Philippe Braun <email address hidden>
Date: Tue Aug 25 10:29:45 2015 +0200

    Fix lbaas resources cleanup

    Even if the extension is not available rally tries to list lbaas resources
    to delete them. This results in a 404 exception.

    This commit introduces NeutronLbaasV1Mixin that checks first if the
    extension is available. If it's not it returns an empty list of
    resources to delete.

    All lbaas resources (only pools currently) must inherit from this mixin.

    Change-Id: I94a8457c3026c1859413c867369cae49889f29e1
    Closes-Bug: #1470330