> +//
> +//   private GuestNicInfo[] getGuestNicInfo(VirtualMachine virtualMachine) {
> +//      GuestNicInfo[] nics = virtualMachine.getGuest().getNet();
> +//      if (nics == null) {
> +//         VSpherePredicate.WAIT_FOR_NIC(1000 * 60 * 5, 
> TimeUnit.MILLISECONDS).apply(virtualMachine);
> +//         nics = virtualMachine.getGuest().getNet();
> +//      }
> +//      return nics;
> +//   }
> +//
> +//   private String getBOOTPROTO(String type) {
> +//      if ("generated".equals(type))
> +//         return "dhcp";
> +//      else
> +//         return "none";
> +//   }

Remove all this commented code.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/61/files#r18061994

Reply via email to