mirror of https://github.com/apache/cloudstack.git
parent
27d1f3fa07
commit
b66f6c88f9
|
|
@ -1855,7 +1855,6 @@ public class NetworkManagerImpl extends ManagerBase implements NetworkManager, L
|
|||
} else if (zone.getNetworkType() == NetworkType.Advanced) {
|
||||
if (zone.isSecurityGroupEnabled()) {
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
if (ipv6) {
|
||||
throw new InvalidParameterValueException("IPv6 is not supported with security group!");
|
||||
|
|
@ -1873,10 +1872,6 @@ public class NetworkManagerImpl extends ManagerBase implements NetworkManager, L
|
|||
=======
|
||||
// Only Account specific Isolated network with sourceNat service disabled are allowed in security group
|
||||
// enabled zone
|
||||
=======
|
||||
// Only Account specific Isolated network with sourceNat service disabled are allowed in security group
|
||||
// enabled zone
|
||||
>>>>>>> parent of d7201df... CLOUDSTACK-737
|
||||
=======
|
||||
// Only Account specific Isolated network with sourceNat service disabled are allowed in security group
|
||||
// enabled zone
|
||||
|
|
@ -1887,9 +1882,6 @@ public class NetworkManagerImpl extends ManagerBase implements NetworkManager, L
|
|||
throw new InvalidParameterValueException("Only Account specific Isolated network with sourceNat " +
|
||||
"service disabled are allowed in security group enabled zone");
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> parent of d7201df... CLOUDSTACK-737
|
||||
=======
|
||||
>>>>>>> parent of d7201df... CLOUDSTACK-737
|
||||
=======
|
||||
>>>>>>> parent of d7201df... CLOUDSTACK-737
|
||||
|
|
|
|||
|
|
@ -429,9 +429,6 @@ public class ResourceManagerImpl extends ManagerBase implements ResourceManager,
|
|||
=======
|
||||
s_logger.error("Unable to resolve " + cmd.getHypervisor() + " to a valid supported hypervisor type");
|
||||
throw new InvalidParameterValueException("Unable to resolve " + cmd.getHypervisor() + " to a supported ");
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> parent of d7201df... CLOUDSTACK-737
|
||||
=======
|
||||
>>>>>>> parent of d7201df... CLOUDSTACK-737
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue