← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1457286] [NEW] CentOS python six module too old.

 

Public bug reported:

Cloud-init 0.7.7 rpm built from bzr 1106.  VM is CentOS 7.1 (1503).
When cloud-init runs on boot, it errors out with No module named urllib.
After a conversation in #cloud-init, issue was narrowed down to the
stock python-six package in CentOS 7.  The stock version is 1.3.0.
Workaround was to install python-pip on the VM and upgrade six using
"pip install --upgrade six".

** Affects: cloud-init
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1457286

Title:
  CentOS python six module too old.

Status in Init scripts for use on cloud images:
  New

Bug description:
  Cloud-init 0.7.7 rpm built from bzr 1106.  VM is CentOS 7.1 (1503).
  When cloud-init runs on boot, it errors out with No module named
  urllib.  After a conversation in #cloud-init, issue was narrowed down
  to the stock python-six package in CentOS 7.  The stock version is
  1.3.0.  Workaround was to install python-pip on the VM and upgrade six
  using "pip install --upgrade six".

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1457286/+subscriptions


Follow ups

References