Comment 4 for bug 520707

Revision history for this message
Scott Moser (smoser) wrote :

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