mirror of https://github.com/apache/cloudstack.git
TODO
This commit is contained in:
parent
1365acd200
commit
08cf6b11a1
|
|
@ -112,6 +112,7 @@ public class BasicNetworkTopology implements NetworkTopology {
|
|||
throw new ResourceUnavailableException("Unable to apply " + typeString, DataCenter.class, network.getDataCenterId());
|
||||
}
|
||||
|
||||
// should become a BasicNetworkVisitor in the end
|
||||
AdvancedNetworkVisitor visitor = new AdvancedNetworkVisitor();
|
||||
|
||||
RuleApplier ruleApplier = ruleApplierWrapper.getRuleType();
|
||||
|
|
|
|||
Loading…
Reference in New Issue