Bug 1067546 - <=euca2ools-2.1.4 is not compatible with python-boto>=2.22
Summary: <=euca2ools-2.1.4 is not compatible with python-boto>=2.22
Keywords:
Status: CLOSED DUPLICATE of bug 1064550
Alias: None
Product: Fedora
Classification: Fedora
Component: euca2ools
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Garrett Holmstrom
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-02-20 15:56 UTC by Attila Fazekas
Modified: 2014-02-20 21:49 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-20 21:49:32 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.