mirror of https://github.com/apache/cloudstack.git
Removed unused code
This commit is contained in:
parent
76a3bb7581
commit
5e6fedb7ff
|
|
@ -2861,13 +2861,6 @@ public class ConfigurationManagerImpl implements ConfigurationManager, Configura
|
|||
if (guestType == null) {
|
||||
throw new InvalidParameterValueException("Invalid \"type\" parameter is given; can have Shared and Isolated values");
|
||||
}
|
||||
|
||||
//specifyVlan can be true for Shared network offering only in Acton
|
||||
if (specifyVlan && guestType != GuestType.Shared) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Verify availability
|
||||
for (Availability avlb : Availability.values()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue