alibazlamit commented on this pull request.
> + .password(password)
+ .privateKey(privateKey)
+ .build();
+
+ return new NodeAndInitialCredentials<Server>(updateServer,
updateServer.id(), serverCredentials);
+ }
+
+ @Override
+ public List<HardwareFlavour> listHardwareProfiles() {
+ return api.serverApi().listHardwareFlavours();
+ }
+
+ @Override
+ public Iterable<SingleServerAppliance> listImages() {
+ GenericQueryOptions options = new GenericQueryOptions();
+ options.options(0, 0, null, Types.OSImageType.Minimal.toString(), null);
Here is an issue with 1&1 there are over 90 server appliance, i could not
figure out how to lower down the number or what is the difference, minimal i
assumed is a basic version of the image without additional software.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/338