Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489700 - =app-emulation/cloud-init-0.7.2: error 'No module named cloudinit'
Summary: =app-emulation/cloud-init-0.7.2: error 'No module named cloudinit'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal critical (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-29 00:07 UTC by Alex Brandt (RETIRED)
Modified: 2013-10-29 04:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Brandt (RETIRED) gentoo-dev 2013-10-29 00:07:07 UTC
After installing cloud-init on a fresh Rackspace cloud server (not related), when trying to run `cloud-init --help`, it errors indicating that the cloudinit module was  not installed during the installation.

Reproducible: Always

Steps to Reproduce:
1. emerge cloud-init
2. cloud-init --help
3. error
Actual Results:  
cloud-init ~ # cloud-init --help
Traceback (most recent call last):
  File "/usr/bin/cloud-init-python2.7", line 36, in <module>
    from cloudinit import patcher
ImportError: No module named cloudinit


Expected Results:  
Successful printing of the help message for cloud-init.
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2013-10-29 04:42:56 UTC
it tried to install 'tests'...