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