Created
June 24, 2014 20:50
-
-
Save mriedem/777f2784a390a2a4621b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main | |
"__main__", fname, loader, pkg_name) | |
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code | |
exec code in run_globals | |
File "/home/jenkins/workspace/osee-tempest-merge/tempest/common/generate_sample_tempest.py", line 20, in <module> | |
from tempest.openstack.common.config import generator | |
File "tempest/openstack/common/config/generator.py", line 32, in <module> | |
import stevedore.named | |
ImportError: No module named stevedore.named |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment