← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1220186] Re: Missing compute.instance.update events for various instance operations.

 

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

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

Title:
  Missing compute.instance.update events for various instance
  operations.

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  When an instance was deleted Grizzly, a compute.instance.update event
  was sent when the instance's task state was changed to DELETING (per
  notify_on_state_change = vm_and_task_state setting in nova.conf).
  This is no longer occurring in the Havana (see build level below).

  It appears that the instance's task state is actually set to DELETING
  so this issue likely only affects event notifications.

  After looking at event notifications more closely, there appears to be
  other operations that aren't generating compute.instance.update events
  like they use to.  Note that, some compute.instance.update events are
  still being generated.

  Here's our nova.conf setup for notifications:
  notification_driver = nova.openstack.common.notifier.rpc_notifier
  monkey_patch_modules = nova.api.ec2.cloud:nova.notifier.api.notify_decorator,nova.compute.api:nova.notifier.api.notify_decorator
  notify_on_state_change = vm_and_task_state
  notification_topics = notifications
  default_notification_level = INFO
  default_publisher_id = $host

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