Bug 1067546

Summary: <=euca2ools-2.1.4 is not compatible with python-boto>=2.22
Product: [Fedora] Fedora Reporter: Attila Fazekas <afazekas>
Component: euca2oolsAssignee: Garrett Holmstrom <gholms>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: afazekas, agrimm, gholms
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-20 21:49:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Attila Fazekas 2014-02-20 15:56:24 UTC
Description of problem:
The euca-bundle-image -i images/cirros-0.3.1-x86_64-uec/cirros-0.3.1-x86_64-blank.img -d /tmp

command fails on argument conversion, when the boto library is newer than 2.22

Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
1. euca-bundle-image -i /etc/passwd

or 
euca-bundle-image -i images/cirros-0.3.1-x86_64-uec/cirros-0.3.1-x86_64-blank.img -d /tmp

Actual results:
The following error message:
image should be of type file


Expected results:
Bundle the image, or print an error about missing environment variables.

Additional info:

Workaround:
pip install --upgrade boto==0.21 

Note: The euca2ools 3.x would require more arguments (architecture) for bundling.

If there is no good reason for using newer boto library, a downgrade can be good solution, otherwise the euca2ools needs to be upgraded.

Comment 1 Garrett Holmstrom 2014-02-20 18:59:08 UTC
This sounds like bug 1064550.  Are you able to reproduce this with python-boto-2.25.0-2.fc20 from updates-testing?

Comment 2 Attila Fazekas 2014-02-20 21:49:32 UTC
No.

$ euca-bundle-image -i /etc/passwd -d /tmp
Checking image
Compressing image
Encrypting image
Splitting image...
Part: passwd.part.00
Generating manifest /tmp/passwd.manifest.xml

*** This bug has been marked as a duplicate of bug 1064550 ***