Reviewed: https://review.openstack.org/401457 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6aa9a3cd63f07f982bde7bdd1243c40bdf37349b Submitter: Jenkins Branch: master
commit 6aa9a3cd63f07f982bde7bdd1243c40bdf37349b Author: Dina Belova <[email protected]> Date: Wed Nov 23 14:07:29 2016 -0800 Fix OSprofiler support During the new OSprofiler initialization method introduction there was an issue introduced - OSprofiler expects context to be a dict, not Context object. This patch fixes it. Change-Id: I8b42aa47276c6e7ef362cf9ed4501ee732b5cc4b Closes-Bug: #1644437 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1644437 Title: Osprofiler init failing for neutron Status in neutron: Fix Released Bug description: Osprofiler initialization failing for neutron, resulting in not capturing of neutron trace. During the new OSprofiler initialization method introduction[1] there was an issue introduced - OSprofiler expects context to be a dict, not Context object. Need to change context to a dict. [1] https://review.openstack.org/#/c/342505/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1644437/+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

