Comment 4 for bug 1460562

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

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

commit 764f018f50ac7cd42c29efeabaccbb5aec21f6f4
Author: shihanzhang <email address hidden>
Date: Mon Jun 1 16:17:37 2015 +0800

    Fix ipset can't be destroyed when last rule is deleted

    when it deletes a security group all rules, it should
    include this sg information in RPC method
    'security_group_info_for_devices', otherwise the ports
    in this sg can't corrcectly update their iptables and
    ipset sets.

    Change-Id: Ibb071ce84590bd46cda2c1e010a566e75e22b4d2
    Closes-bug: #1460562