NPE fix for secRules,secGroups without tenantId on delete 13/63613/2
authorMichal Cmarada <mcmarada@cisco.com>
Wed, 27 Sep 2017 12:28:43 +0000 (14:28 +0200)
committerMichal Cmarada <mcmarada@cisco.com>
Wed, 27 Sep 2017 12:28:43 +0000 (14:28 +0200)
commitf153a9d322f65be95920543cf68b89d208a22255
tree4dcc942d9bbca254c91507575d17633279cc163b
parentbf72ad5f23166810fb507264a389455f5f333117
NPE fix for secRules,secGroups without tenantId on delete

Some rules/groups that neutron configures don't use
TenantId, We didn't create those rules at first place, we
can skip the delete operation as well.

Change-Id: Ie13d7cb27f7d0c8ddc2e6ebf11b0c53858e72472
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/NeutronSecurityGroupAware.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/NeutronSecurityRuleAware.java
neutron-vpp-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/vpp/mapper/processors/NetworkAware.java