Comment 5 for bug 1497074

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

Reviewed: https://review.openstack.org/224967
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e82733f5d9adefaf4ee2a9ff4ea615c5e0cb91a9
Submitter: Jenkins
Branch: master

commit e82733f5d9adefaf4ee2a9ff4ea615c5e0cb91a9
Author: shihanzhang <email address hidden>
Date: Fri Sep 18 10:38:43 2015 +0800

    Execute ipset command using check_exit_code

    When l2 agent execute ipset command, we should pass
    parameter 'check_exit_code' to self.execute acording to
    action.
    The intention is to safely fail if we try to destroy a
    non existing set, or delete a non existing member.
    Otherwise the agent gets stuck in a loop if such situation
    happens. Such kind of event would be logged as errors.

    Change-Id: If67330523d114d6da13d0280851e7138a51d08f7
    Closes-bug: #1497074