Description of problem:
the package openstack-glance-2011.3-1.fc16.noarch doesn't correctly require python-paste-deploy this
Version-Release number of selected component (if applicable):
How reproducible:
100%
Steps to Reproduce:
Make sure you don't have python-paste-deploy installed.
install openstack-glance
$glance-api
glance-api yum search paste | grep deploy
Traceback (most recent call last):
File "/usr/bin/glance-api", line 41, in <module>
from glance.common import config
File "/usr/lib/python2.7/site-packages/glance/common/config.py", line 31, in <module>
from paste import deploy
ImportError: cannot import name deploy
Actual results:
Expected results:
Additional info:
Comment 3Fedora Update System
2011-12-04 02:29:52 UTC
Package openstack-glance-2011.3-2.fc16:
* should fix your issue,
* was pushed to the Fedora 16 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing openstack-glance-2011.3-2.fc16'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2011-16686/openstack-glance-2011.3-2.fc16
then log in and leave karma (feedback).
Comment 4Fedora Update System
2011-12-11 21:49:28 UTC
openstack-glance-2011.3-2.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.
Description of problem: the package openstack-glance-2011.3-1.fc16.noarch doesn't correctly require python-paste-deploy this Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: Make sure you don't have python-paste-deploy installed. install openstack-glance $glance-api glance-api yum search paste | grep deploy Traceback (most recent call last): File "/usr/bin/glance-api", line 41, in <module> from glance.common import config File "/usr/lib/python2.7/site-packages/glance/common/config.py", line 31, in <module> from paste import deploy ImportError: cannot import name deploy Actual results: Expected results: Additional info: