Merge "Call addGroupingress() in init of NeutronSecurityGroupManager"
This commit is contained in:
commit
7174a9f5f7
@ -23,6 +23,7 @@ Methods:
|
||||
Body:
|
||||
- $._environment: $.find(std:Environment)
|
||||
- $._region: $.find(std:CloudRegion).require()
|
||||
- $.addGroupIngress()
|
||||
|
||||
addGroupIngress:
|
||||
Arguments:
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user