yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15110
[Bug 1223962] Re: AttributeError - no _save_fault on Instance
*** This bug is a duplicate of bug 1223957 ***
https://bugs.launchpad.net/bugs/1223957
** This bug has been marked a duplicate of bug 1223957
Instance object should gracefully handle missing save handlers
--
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/1223962
Title:
AttributeError - no _save_fault on Instance
Status in OpenStack Compute (Nova):
In Progress
Bug description:
2013-09-11 06:27:01.878 31550 ERROR nova.openstack.common.periodic_task [-] Error during ComputeManager._sync_power_states: 'Instance' object has no attribute '_save_fault'
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task Traceback (most recent call last):
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task File "/opt/rackstack/XXXXXX/nova/lib/python2.6/site-packages/nova/openstack/common/periodic_task.py", line 180, in run_periodic_tasks
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task task(self, context)
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task File "/opt/rackstack/XXXXXX/nova/lib/python2.6/site-packages/nova/compute/manager.py", line 4631, in _sync_power_states
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task vm_power_state)
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task File "/opt/rackstack/XXXXXX/nova/lib/python2.6/site-packages/nova/compute/manager.py", line 4674, in _sync_instance_power_state
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task db_instance.save()
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task File "/opt/rackstack/XXXXXX/nova/lib/python2.6/site-packages/nova/objects/base.py", line 128, in wrapper
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task return fn(self, ctxt, *args, **kwargs)
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task File "/opt/rackstack/XXXXXX/nova/lib/python2.6/site-packages/nova/objects/instance.py", line 337, in save
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task getattr(self, '_save_%s' % field)(context)
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task AttributeError: 'Instance' object has no attribute '_save_fault'
2013-09-11 06:27:01.878 31550 TRACE nova.openstack.common.periodic_task
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1223962/+subscriptions