On Fri, 21 Oct 2016, Charles Plessy wrote: > Le Thu, Oct 20, 2016 at 09:10:21PM -0400, Scott Moser a écrit : > > > > So, I'm requesting a release of 3.3.1 to Debian that we would then sync > > to Ubuntu. > > > > I've quickly done a build of euca2ools from git and trivially verified > > that euca-describe-images is functional and euca-bundle-image shows > > the 'ppc64el' arch in its help output. > > Thanks Scott for the ping. > > On my side, I do not manage to use the EC2 with euca2ools 3.3.1. I just > opened an issue upstream. > > https://eucalyptus.atlassian.net/browse/TOOLS-657 > > If you have an idea of what I am doing wrong, please let me know ! > > Have a nice week-end,
The ~/.euca that I have is basically created from : https://gist.github.com/smoser/8286580 One thing to note, I do not have the certificate and private-key files, i think they might only be used for bundle. certificate = ~/creds/aws-smoser/cert.pem private-key = ~/creds/aws-smoser/pk.pem euca-describe-volumes does work for me. Also verified: $ euca-create-volume -z us-east-1c -s 1 VOLUME vol-bed76e18 1 us-east-1c creating 2016-10-21T13:24:27.272Z $ euca-describe-volumes VOLUME vol-bed76e18 1 us-east-1c available 2016-10-21T13:24:27.272Z standard $ euca-delete-volume vol-bed76e18 VOLUME vol-bed76e18 $ which euca-describe-volumes /usr/bin/euca-describe-volumes $ dpkg -S /usr/bin/euca-describe-volumes euca2ools: /usr/bin/euca-describe-volumes $ dpkg-query --show euca2ools euca2ools 3.3.1-1 I've pinged an upstream maintainer too, so maybe we'll get some help. Scott