Reviewed: https://review.openstack.org/504978 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=963bf956ce93ba02bf9f38f979fe914d090b76d4 Submitter: Jenkins Branch: master
commit 963bf956ce93ba02bf9f38f979fe914d090b76d4 Author: Matt Riedemann <[email protected]> Date: Mon Sep 18 15:30:18 2017 -0400 Account for compute.metrics.update in legacy notification whitelist The compute.metrics.update legacy unversioned notification was missing from the whitelist because the only test for it was mocking out the rpc notifier call, which is what validates the entries in the whitelist. This adds the entry to the whitelist and fixes the test to actually use the notifier code. Change-Id: Ie278ca58c371b8e3bd4861e6c86ebcf30c6778ea Closes-Bug: #1717943 ** 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/1717943 Title: compute.metrics.update is not a versioned notification and not whitelisted. See ./doc/source/notification.rst Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) newton series: Confirmed Status in OpenStack Compute (nova) ocata series: Confirmed Status in OpenStack Compute (nova) pike series: Confirmed Bug description: From gibi: The metrics.update should have been whitelisted but we didn't found that as there is no test coverage for that notification I found it out when updating my config for pike. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1717943/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

