>           try {
> -            keyPair = keyPairApi.create(KEYPAIR_NAME);
> -            assertNotNull(keyPair);
> +            createdKeyPair = keyPairApi.create(KEYPAIR_NAME);
> +            assertNotNull(createdKeyPair);
> +
> +            KeyPair keyPair = keyPairApi.get(KEYPAIR_NAME);

I had considered that but the language didn't make sense to me at the time. LOL 
I can change it...

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/391/files#r13992965

Reply via email to