Merge "Call addGroupingress() in init of NeutronSecurityGroupManager"

This commit is contained in:
Jenkins 2016-09-29 13:50:17 +00:00 committed by Gerrit Code Review
commit 7174a9f5f7
2 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Methods:
Body:
- $._environment: $.find(std:Environment)
- $._region: $.find(std:CloudRegion).require()
- $.addGroupIngress()
addGroupIngress:
Arguments:

View File

@ -0,0 +1,6 @@
---
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.