wido commented on issue #3040: Broadcast URI not set to vxlan, but vlan
URL: https://github.com/apache/cloudstack/issues/3040#issuecomment-440724244
 
 
   When trying to set the VNI range I get this error:
   
   <pre>Can't add vnet range to the physical network in the zone that supports 
Advanced network, Security Group enabled: true</pre>
   
   Checking *NetworkServiceImpl.java* I see:
   
   <pre>
           if (vnetRange != null) {
               // Verify zone type
               if (zoneType == NetworkType.Basic || (zoneType == 
NetworkType.Advanced && zone.isSecurityGroupEnabled())) {
                   throw new InvalidParameterValueException("Can't add vnet 
range to the physical network in the zone that supports " + zoneType
                           + " network, Security Group enabled: " + 
zone.isSecurityGroupEnabled());
               }
           }
   </pre>
   
   Why wouldn't this be supported with Security Grouping enabled?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to