Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0
Description
Jclouds cannot create CentOS instances in Google Compute Engine.
By default GCE uses the root user to log into the server, and CentOS instances in GCE does not PermitRootLogin at sshd_config.
Therefore it fails at org.jclouds.compute.internal.BaseComputeService.createNodesInGroup(BaseComputeService.java:222) because of AuthorizationException.
Attachments
Issue Links
- is related to
-
JCLOUDS-861 node creation fails due to ssh failure
- Open