David, I checked the RC against eucalyptus 2.03 today. Everything worked fine except for the two issues:
- Previously default_image_owner was set to 'nil' and the right_aws gem didn't set the owner option if so. Somehow that's changed and it creates a malformed describeImage request. So I'll change the default_image_owner to 'self' in Eucalyptus driver. - Another issue is when I attach a volume to an instance through the web UI. The volume id was duplicate in the request. Volume does not exist: vol-77D60746vol-77D60746 REQUEST= 173.205.188.130:8773/services/Eucalyptus?AWSAccessKeyId=FwnbMqdqpS37MO1nNIYRu5tVs3WMd118pRDg&Action=AttachVolume&Device=%2Fdev%2Fsdc&InstanceId=i-4CD1087C&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2012-01-12T22%3A13%3A47.000Z&Version=2010-08-31&VolumeId=vol-77D60746vol-77D60746&Signature=KTdHT5TXco1xY4E0KHgpJUgQfzpaAIcCZcc%2BdzebSJo%3D On Thu, Jan 12, 2012 at 3:51 AM, Michal Fojtik <[email protected]> wrote: > > On Jan 11, 2012, at 9:20 PM, David Lutterkort wrote: > > > On Wed, 2012-01-11 at 14:00 +0100, Michal Fojtik wrote: > >> On Jan 11, 2012, at 11:50 AM, Michal Fojtik wrote: > >> > >> There are freshly built Fedora RPM/SRPM packages: > >> > >> http://omicron.mifo.sk/deltacloud-core-0.5.0.rc1 > > > > Minor nit: for rc builds, we should call the rpm's > > 'deltacloud-core-%{version}-0.rcX%{dist}' to ensure a correct upgrade > > path to the final release deltacloud-core-%{version}-1%{dist} > > Good point. I'll change it ASAP. > > > > > Nit^2: I see that the nightly builds are named > > deltacloud-core-%{version}-9999.%{githash} We should include a build > > number to make successive updates between nightly builds easier, i.e. > > use deltacloud-core-%{version}-9999.%{buildnum}.%{githash} > > Sure, I'll add that counter there. > > > Also, what CS museum did you steal a copy of F14 from ? ;) > > I'm building that RPMs on my VPS and will not update it until > it breaks ;-) (and F14 is my favorite stable Fedora release ;-) > > -- Michal > > ------------------------------------------------------ > Michal Fojtik, [email protected] > Deltacloud API: http://deltacloud.org > > -- *_________________________* *Sang-Min Park - *Software Engineer *Eucalyptus Systems* www.eucalyptus.com +1 434 825-4939 Follow us on Twitter <http://twitter.com/#!/eucalyptuscloud> Like our Facebook Page<http://www.facebook.com/pages/Eucalyptus-Systems-Inc/164828240204708> Keep up-to-date with us<http://go.eucalyptus.com/Sign-Up-for-Cloud-Computing-News.html?Offer=Other&OfferDetails=Sign%20Up%20for%20Cloud%20Computing%20News&LeadSourceDetails=Eucalyptus%20Website&OfferURL=http%3A%2F%2Fgo.eucalyptus.com%2FSign-Up-for-Cloud-Computing-News.html> *_________________________*
