Yes that worked. thanks
-sebastien On Tue, Dec 13, 2011 at 8:59 AM, Daniel Molina <[email protected]> wrote: > Hi Sebastien, > > There is a ticket regarding this issue [1]. As Ulrich points out that > patch should fix the problem. This functionality will be implemented > as soon as possible for the econe service, so you can define this kind > of parameters inside the econe.conf file. > > Cheers > > [1] http://dev.opennebula.org/issues/925 > > > On 5 December 2011 22:14, Ulrich Schwickerath > <[email protected]> wrote: >> 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 >> [email protected] >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > -- > Daniel Molina > Project Engineer > OpenNebula - The Open Source Toolkit for Data Center Virtualization > www.OpenNebula.org | [email protected] | @OpenNebula > _______________________________________________ > Users mailing list > [email protected] > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org -- --- Sebastien Goasguen, Associate Professor School of Computing Clemson University 864-553-4734. Google Voice: (864)-869-8683 http://sites.google.com/site/runseb/ _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
