Open GoogleCodeExporter opened 9 years ago
Hi Sri,
It could be that you are trying to connect to AWS using your Eucalyptus
credentials. You need to connect to the Eucalyptus cloud. The following works
for me (use your ECC keys):
Jec2 ecc = new Jec2("your ecc key here",
"your ecc secret key here",
false, "ecc.eucalyptus.com", 8773);
ecc.setResourcePrefix("/services/Eucalyptus");
ecc.setSignatureVersion(1);
Regards,
Sean
====
Original comment by skodell
on 28 Nov 2010 at 1:46
Hello Skodell,
thanks for the reply.
It works.
Again a doubt. I have deployed a private Cloud with Eucalyptus in System Mode.
With the code from Wiki, I was able to launch an Instance.
My requirement is to find the IP Address immediately, once it is alloted to an
Instance.
Some times,the API keeps on showing the IP Address as 0.0.0.0 and some times a
null value.
how to solve this issue ?
Any help will be appreciated ?
thanks,
Srikrishnan.V
Original comment by dvd.deb...@gmail.com
on 16 Oct 2011 at 3:29
Original issue reported on code.google.com by
dvd.deb...@gmail.com
on 11 Nov 2010 at 9:19