private boolean isExistingNetwork(CloudStack stack) {
   return utils.isExistingNetwork(stack.getNetwork());
 }