nacx commented on this pull request.
> @@ -107,7 +106,8 @@
final Server.CreateServer serverRequest =
Server.CreateServer.builder()
.name(name)
.hardware(hardwareRequest)
- .rsaKey(options.getPublicKey())
+ .rsaKey(privateKey)
According to the docs, this should be the public key
--
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#pullrequestreview-16664019
