← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1416435] Re: The publisher_id field is missing the service name sometimes

 

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

** Changed in: nova
    Milestone: None => kilo-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/1416435

Title:
  The publisher_id field is missing the service name sometimes

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  In the notifications emitted by the Nova services, the 'publisher_id' fields is sometimes equal to 'None.<node name>' while it is '<service name>.<node name>' (eg, 'conductor.node-1') otherwise. From what I can tell, the "problem" is located in nova/objects/instance.py (see  [1] and [2]).
  This isn't a huge issue (eg instances can be created, deleted and so on) but it makes it problematic when trying to rely on this field for external processing/computation.

  [1] http://git.openstack.org/cgit/openstack/nova/tree/nova/objects/instance.py?id=d59dd36015dcf94cfa8eda64f480c43b18d63852#n834
  [2] http://git.openstack.org/cgit/openstack/nova/tree/nova/objects/instance.py?id=d59dd36015dcf94cfa8eda64f480c43b18d63852#n1013

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


References