You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Ian Duffy <ia...@ianduffy.ie> on 2014/03/04 16:53:32 UTC

4.2.1 Simulator - DeployVirtualMachine gives different keypair than specified

Hi All,

I'm running against the 4.2.1 Simulator.

I'm executing a DeployVirtualMachine command with KeyPair of test example:

client/api?apikey=sZOWCNSEqYmqhZGswOPpAq-snv_YoRzq6ocdb4FDKodSxni7VgI9t3g4K30q_-Y3PAYkQsq-Sp3LJHPQbiSh3w&command=deployVirtualMachine&keypair=test&response=json&serviceofferingid=739292ce-3e12-4643-8ca1-abfdc2b2eb76&templateid=a32d70ee-95e4-11e3-b2e4-d19c9d3e5e1d&zoneid=1e47a2fc-61c7-401c-b90e-416b472ada64

However the final response I get back is as follows:

https://gist.github.com/imduffy15/02653e65085c3d74f6a6

Which shows the keypair name as asdfasdasdasd (which is a valid key)

I assume this is a bug?
Can anyone comment?