Code review comment for lp:~sandy-walsh/nova/v1_1_novaclient

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

The attempt to merge lp:~sandy-walsh/nova/v1_1_novaclient into lp:nova failed. Below is the output from the failed tests.

ERROR

======================================================================
ERROR: <nose.suite.ContextSuite context=nova.tests>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/nose/suite.py", line 208, in run
    self.setUp()
  File "/usr/local/lib/python2.7/dist-packages/nose/suite.py", line 291, in setUp
    self.setupContext(ancestor)
  File "/usr/local/lib/python2.7/dist-packages/nose/suite.py", line 314, in setupContext
    try_run(context, names)
  File "/usr/local/lib/python2.7/dist-packages/nose/util.py", line 478, in try_run
    return func()
  File "/tmp/tmpAl4ecr/nova/tests/__init__.py", line 47, in setup
    from nova.network import manager as network_manager
  File "/tmp/tmpAl4ecr/nova/network/manager.py", line 59, in <module>
    from nova import manager
  File "/tmp/tmpAl4ecr/nova/manager.py", line 60, in <module>
    from nova.scheduler import api
  File "/tmp/tmpAl4ecr/nova/scheduler/api.py", line 20, in <module>
    from novaclient import v1_1 as novaclient
ImportError: cannot import name v1_1

----------------------------------------------------------------------
Ran 0 tests in 0.467s

FAILED (errors=1)

« Back to merge proposal