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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs