wido commented on a change in pull request #3112: network: Offerings do not
have to have Security Grouping enabled
URL: https://github.com/apache/cloudstack/pull/3112#discussion_r251030026
##########
File path:
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
##########
@@ -2246,9 +2246,6 @@ public Network createGuestNetwork(final long
networkOfferingId, final String nam
if
(_networkModel.areServicesSupportedByNetworkOffering(ntwkOff.getId(),
Service.SourceNat)) {
throw new InvalidParameterValueException("Service
SourceNat is not allowed in security group enabled zone");
}
- if
(!_networkModel.areServicesSupportedByNetworkOffering(ntwkOff.getId(),
Service.SecurityGroup)) {
Review comment:
I'm not sure I get what you are hinting at. I'm just removing the check that
SG isn't mandatory.
Could you elaborate a bit more on what you mean?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services