Glance missing dependency: python-routes python-eventlet python-sqlalchemy python-migrate
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glance (Ubuntu) |
Fix Released
|
High
|
Adam Gandelman |
Bug Description
The problem is that python-routes dependency has been forgotten.
----
Configurando glance (2012.1~
Traceback (most recent call last):
File "/usr/bin/
import glance.registry.db
File "/usr/lib/
from glance.registry import client
File "/usr/lib/
from glance.
File "/usr/lib/
import routes
ImportError: No module named routes
dpkg: error al procesar glance (--configure):
el subproceso instalado el script post-installation devolvió el código de salida de error 1
-----
After installing "python-routes":
-----
Configurando glance (2012.1~
Traceback (most recent call last):
File "/usr/bin/
import glance.registry.db
File "/usr/lib/
from glance.registry import client
File "/usr/lib/
from glance.
File "/usr/lib/
from glance.
File "/usr/lib/
from glance.common import wsgi
File "/usr/lib/
import eventlet
ImportError: No module named eventlet
dpkg: error al procesar glance (--configure):
el subproceso instalado el script post-installation devolvió el código de salida de error 1
Se encontraron errores al procesar:
glance
-----
After installing "python-eventlet", then "python-migrate"...
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: glance 2012.1~
ProcVersionSign
Uname: Linux 3.1.0-2-generic-pae i686
NonfreeKernelMo
ApportVersion: 1.90-0ubuntu1
Architecture: i386
CheckboxSubmission: b5976ec70cedde5
CheckboxSystem: ed86e29ffba809c
Date: Sun Dec 4 14:44:59 2011
PackageArchitec
ProcEnviron:
LANGUAGE=
PATH=(custom, user)
LANG=es_DO.UTF-8
SHELL=/bin/bash
SourcePackage: glance
UpgradeStatus: Upgraded to precise on 2010-06-12 (540 days ago)
modified.
modified.
modified.
modified.
modified.
Related branches
- Martin Pitt: Approve
-
Diff: 35 lines (+16/-1)2 files modifieddebian/changelog (+7/-0)
debian/control (+9/-1)
- OpenStack Ubuntu packagers: Pending requested
-
Diff: 35 lines (+16/-1)2 files modifieddebian/changelog (+7/-0)
debian/control (+9/-1)
summary: |
- Missing dependency: python-routes python-eventlet python-sqlalchemy - python-migrate + Glance missing dependency: python-routes python-eventlet python- + sqlalchemy python-migrate |
Changed in glance (Ubuntu): | |
assignee: | nobody → Adam Gandelman (gandelman-a) |
status: | Confirmed → In Progress |
Changed in glance (Ubuntu): | |
importance: | Undecided → High |
Status changed to 'Confirmed' because the bug affects multiple users.