← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1102469] Re: conductor api doesn't have instance_get_active_by_window_joined method

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => grizzly-3

-- 
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/1102469

Title:
  conductor api doesn't have instance_get_active_by_window_joined method

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  branch: master
  testing commit: cd4093e0f2a7d07fa81915dc4866f4ac7324a028
  It can be reproduced  by enabling instance_usage_audit in the nova.conf and run nova-compute.

  This is caused by incomplete nova_conductor api implementation. Please
  add the corresponding method: instance_get_active_by_window_joined

  The trace is here:

  2013-01-22 00:23:42,174.174 ERROR nova.manager [req-82aa156f-b347-4bcf-ada9-733e23f889e3 None None] Error during ComputeManager._instance_usage_audit: 'API' object has no attribute 'instance_get_active_by_window_joined'
  2013-01-22 00:23:42,174.174 29676 TRACE nova.manager Traceback (most recent call last):
  2013-01-22 00:23:42,174.174 29676 TRACE nova.manager   File "/home/wenhao/workspace/openstack/nova/nova/manager.py", line 230, in periodic_tasks
  2013-01-22 00:23:42,174.174 29676 TRACE nova.manager     task(self, context)
  2013-01-22 00:23:42,174.174 29676 TRACE nova.manager   File "/home/wenhao/workspace/openstack/nova/nova/compute/manager.py", line 3089, in _instance_usage_audit
  2013-01-22 00:23:42,174.174 29676 TRACE nova.manager     instances = capi.instance_get_active_by_window_joined(
  2013-01-22 00:23:42,174.174 29676 TRACE nova.manager AttributeError: 'API' object has no attribute 'instance_get_active_by_window_joined'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1102469/+subscriptions