deb-murano/releasenotes/notes/add-default-security-group-78855a66b960840a.yaml
Omar Shykhkerimov 05a0944670 Call addGroupingress() in init of NeutronSecurityGroupManager
If createDefaultInstanceSecurityGroupRules() method isn't extended
in its inheritors and SecurityGroups isn't created in application
with addGroupIngress() then no SecurityGroup is created by default.

It causes error in the NeutronNetworkBase class in its joinInstanceToNetwork()
method, which always attempt to update the OS::Neutron::Port resource with a
SecurityGroup attribute.

This patch fixes it.

Change-Id: I126e81e653799a83211e608df7409f9a0672dfed
Closes-bug: #1602360
2016-09-28 20:12:08 +03:00

6 lines
263 B
YAML

---
fixes:
- added default rules to NeutronSecurityGroupManager to avoid
error if `createDefaultInstanceSecurityGroupRules()` method isn't
extended in inheritor and SecurityGroups isn't created in application
with call of `addGroupIngress()` method.