Deleting a VM port does not remove Security rules in ip tables
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Elena Ezhova | ||
Kilo |
New
|
Undecided
|
Unassigned |
Bug Description
Deleting a VM port does not remove security rules associated to VM port in ip tables.
Setup :
ICEHOUSE GA with KVM Compute node,network node, controller
1. Spawn a VM with security group attached.
2. Delete a VM port
3. Verify the ip tables
VM IP : 10.10.1.4
Rules attached : TCP and icmp rule
root@ICN-KVM:~# ovs-vsctl show
f3b34ea5-
Bridge "br-eth1"
Port "br-eth1"
Port "phy-br-eth1"
Port "eth1"
Bridge br-int
Port br-int
Port "qvof28b18dc-c3" <<<<<<<<<<<<<<<<<<< VM tap port
tag: 1
Port "int-br-eth1"
ovs_version: "2.0.1"
root@ICN-KVM:~#
After Deleting a port security rules are still present in iptables.
-------
oot@ICN-KVM:~# iptables-save | grep 28b18dc
:neutron-
:neutron-
:neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
-A neutron-
root@ICN-KVM:~#
Changed in neutron: | |
assignee: | nobody → akash (akashg1611) |
Changed in neutron: | |
status: | New → In Progress |
Changed in neutron: | |
milestone: | none → kilo-2 |
importance: | Undecided → Medium |
Changed in neutron: | |
milestone: | kilo-2 → none |
Changed in neutron: | |
milestone: | none → kilo-3 |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | kilo-3 → 2015.1.0 |
Fix proposed to branch: master /review. openstack. org/110805
Review: https:/