Hi, Sebastien,
can you try if this patch helps ?
--- checkout_orig/src/cloud/ec2/lib/EC2QueryServer.rb 2011-10-10
11:01:14.000000000 +0200
+++ checkout_patched/src/cloud/ec2/lib/EC2QueryServer.rb
2011-10-14 13:43:53.000000000 +0200
@@ -71,7 +71,7 @@
econe_port = @config[:port]
- params.merge!({:econe_host => econe_host, :econe_port =>
econe_port})
+ params.merge!({:econe_host => econe_host, :econe_port => 8443})
super(env, params)
end
It's more a hack than a patch but worked in our case.
Cheers,
Ulrich
On 12/05/2011 09:52 PM, sebastien goasguen wrote:
Hi,
in One 3.0 it seems the econe configuration has changed a bit, reading:
http://www.opennebula.org/documentation:rel3.0:ec2qcg
There does not seem to be a ssl_server_port variable ?
Does it default to 8443 ?
In that case what endpoint should we use:<fqdn> or<fdqn>:<port>
I have one client in perl (using the ec2 perl module) that works in
one case (port no specified in econe.conf, but specified in endpoint
in client configuration)
and a boto client that works in the other (port needs to be specified
in econe.conf and specified in client configuration)
I am running amazon-ec2 gem 0.9.17
thanks
-sebastien
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org