Live migrate raises AttributeError

Bug #1078160 reported by Jian Wen
This bug report is a duplicate of:  Bug #1078062: Potential bugs found by pylint. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
New
Undecided
Jian Wen

Bug Description

2012-11-13 11:20:31 ERROR nova.openstack.common.rpc.amqp [-] Exception during message handling
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp Traceback (most recent call last):
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp File "/opt/stack/nova/nova/openstack/common/rpc/amqp.py", line 276, in _process_data
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp rval = self.proxy.dispatch(ctxt, version, method, **args)
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp File "/opt/stack/nova/nova/openstack/common/rpc/dispatcher.py", line 145, in dispatch
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp return getattr(proxyobj, method)(ctxt, **kwargs)
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp File "/opt/stack/nova/nova/exception.py", line 115, in wrapped
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp temp_level, payload)
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp self.gen.next()
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp File "/opt/stack/nova/nova/exception.py", line 90, in wrapped
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp return f(*args, **kw)
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp File "/opt/stack/nova/nova/compute/manager.py", line 2331, in check_can_live_migrate_destination
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp block_migration, disk_over_commit)
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 2252, in check_can_live_migrate_destination
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp self._compare_cpu(source_cpu_info)
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 2364, in _compare_cpu
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp cpu.add_feature(config.LibvirtConfigCPUFeature(f))
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp AttributeError: 'module' object has no attribute 'LibvirtConfigCPUFeature'
2012-11-13 11:20:31 TRACE nova.openstack.common.rpc.amqp

Jian Wen (wenjianhn)
Changed in nova:
assignee: nobody → Jian Wen (wenjianhn)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.