When configuring the credential for GCE, you can pass the key in PEM format as a String, or you can pass (for conevnience) a JSON file with the credentials. This was [enabled in all compute commands](https://github.com/jclouds/jclouds-karaf/blob/master/commands/src/main/java/org/jclouds/karaf/commands/compute/ComputeCommandWithOptions.java#L90-L92) but was not taken into account in reusable compute services.
This change allows reusable compute services to use the credentials file in addition to the PEM string. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-karaf/pull/87 -- Commit Summary -- * Also take into account the credentials file in GCE -- File Changes -- M commands/src/main/java/org/jclouds/karaf/commands/compute/ComputeServiceCreateCommand.java (5) -- Patch Links -- https://github.com/jclouds/jclouds-karaf/pull/87.patch https://github.com/jclouds/jclouds-karaf/pull/87.diff -- 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-karaf/pull/87
