yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09279
[Bug 1276050] [NEW] when i run nova ./run_test -N ; Errors ocurred by "ImportError: No module named config"
Public bug reported:
1.cd nova/
2.'pip install -r requirements.txt' and 'pip install -r test-requirements.txt'
3.erros appeard .and logs as:
Running ` python -m nova.openstack.common.lockutils python setup.py testr --testr-args='--subunit --concurrency 0 '`
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 "/opt/stack/nova/nova/openstack/common/lockutils.py", line 29, in <module>
from oslo.config import cfg
ImportError: No module named config
Ran 0 tests in 0.001s
OK
cat: .testrepository/next-stream: No such file or directory
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1276050
Title:
when i run nova ./run_test -N ;Errors ocurred by "ImportError: No
module named config"
Status in OpenStack Compute (Nova):
New
Bug description:
1.cd nova/
2.'pip install -r requirements.txt' and 'pip install -r test-requirements.txt'
3.erros appeard .and logs as:
Running ` python -m nova.openstack.common.lockutils python setup.py testr --testr-args='--subunit --concurrency 0 '`
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 "/opt/stack/nova/nova/openstack/common/lockutils.py", line 29, in <module>
from oslo.config import cfg
ImportError: No module named config
Ran 0 tests in 0.001s
OK
cat: .testrepository/next-stream: No such file or directory
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1276050/+subscriptions
Follow ups
References