← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1702667] Re: publisher_id of the versioned instance.update notification is not consistent with other notifications

 

Reviewed:  https://review.openstack.org/480984
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=427f4ec430612c4679b1b9c300e1ca785c8e928d
Submitter: Jenkins
Branch:    master

commit 427f4ec430612c4679b1b9c300e1ca785c8e928d
Author: Balazs Gibizer <balazs.gibizer@xxxxxxxxxxxx>
Date:   Thu Jul 6 12:55:37 2017 +0200

    Make notification publisher_id consistent
    
    The publisher_id of the versioned instance.update notification contains
    'conductor' as the source of the notification but every other versioned
    notification use names like 'nova-compute', 'nova-api',
    'nova-scheduler'. This patch fixes this inconsistency.
    
    Change-Id: I61c1d1676e74e367b4aeef6a6d3a7bb2ffacee23
    Closes-Bug: #1702667


** Changed in: nova
       Status: In Progress => 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/1702667

Title:
  publisher_id of the versioned instance.update notification is not
  consistent with other notifications

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Description
  ===========
  The publisher_id of the versioned instance.update notification contains 'conductor' as the source of the notification but every other versioned notification use names like 'nova-compute', 'nova-api', 'nova-scheduler'. This makes the notification interface slightly inconsistent.

  Steps to reproduce
  ==================
  * boot a new instance
  * check the publisher_id of instance.update notification 

  Expected result
  ===============
  publisher_id contains 'nova-conductor'

  Actual result
  =============
  publisher_id contains 'conductor'

  Environment
  ===========
  devstack with nova master dbf5fdb156f01196e8994798e8eea7e6b0926697
  or
  nova in tree functional test: https://github.com/openstack/nova/blob/24b275756e2ab5f7b1bcf1f31de09d28329eef3f/nova/tests/functional/notification_sample_tests/test_instance.py#L234

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


References