Yeah, keypairs in CloudStack are basically borked in 1.6.0 in a bunch of ways. It should be a lot better in 1.6.2-SNAPSHOT - see https://issues.apache.org/jira/browse/JCLOUDS-106. Give that a try - remember that you'll need to use the ASF snapshot repo at https://repository.apache.org/content/repositories/snapshots, and the new groupIds (org.apache.jclouds.*, not org.jclouds.*). Lemme know how that works.
A. On Thu, Jul 11, 2013 at 10:04 AM, Jim Glennon <[email protected]>wrote: > i've run into some issues trying to use jclouds with Citrix CloudPlatform > 3.0.6 with a basic networking setup. it appears with this type of setup (i > haven't run into this with advanced networking), the SSH API calls require > the account and domainid parameters, but i don't see a way to provide these > with jclouds 1.6.0. this problem is encountered while trying to create an > ssh key pair. i tried to get around it by manually creating an ssh key > pair, however when i tried to create an instance using the generic api and > use that ssh key, i encountered the following error: > > Caused by: java.lang.IllegalStateException: { > "deployvirtualmachineresponse" : > {"uuidList":[],"errorcode":431,"cserrorcode":4490,"errortext":"A key pair > with name '[email protected]' was not found."} } > > thanks. > > ~jim >
