[Bug 520707] Re: euca-describe-snapshots invalid literal for int() with base 10

Scott Moser smoser at canonical.com
Fri Feb 12 22:01:46 GMT 2010


mathiaz is able to reproduce this against uec, so that suggests that its
something coming back from eucalyptus that isn't comaptible with boto
that works with ec2.

I suspect we're failing in boto/ec2/snapshot.py:endElement 
boto 1.9 added:
        elif name == 'ownerId': 
            self.owner_id = value
        elif name == 'volumeSize':
            self.volume_size = int(value)
        elif name == 'description':
            self.description = value

-- 
euca-describe-snapshots invalid literal for int() with base 10
https://bugs.launchpad.net/bugs/520707
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.



More information about the Ubuntu-server-bugs mailing list