Ruben Rubio Rey created JCLOUDS-911:
---------------------------------------
Summary: Jclouds cannot create CentOS in Google Compute Engine
Key: JCLOUDS-911
URL: https://issues.apache.org/jira/browse/JCLOUDS-911
Project: jclouds
Issue Type: Bug
Components: jclouds-compute
Affects Versions: 2.0.0
Reporter: Ruben Rubio Rey
Priority: Critical
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)