Reviewed: https://review.opendev.org/700797 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b0a0a7e00aeb5afc5758377dc925f2536f4a79c1 Submitter: Zuul Branch: master
commit b0a0a7e00aeb5afc5758377dc925f2536f4a79c1 Author: Ghanshyam Mann <[email protected]> Date: Tue Dec 31 02:48:47 2019 +0000 Fix the suppress of policy deprecation warnings oslo.policy log the deprected policy warning while loading the policy rule. Flag to suppress the warning was set after load_rule() was called. Moving the setting of suppress_deprecation_warnings flag before load_rule method is called. Closes-Bug: #1858652 Change-Id: I3f30df8f0fdf76d763ee4770af074a2f4f400ee8 ** 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/1858652 Title: Excessive warning log in functional test due to policy deprecation Status in OpenStack Compute (nova): Fix Released Bug description: There are more than 1000 occurrences of the following 3 policy warning logs in the functional test output. https://zuul.opendev.org/t/openstack/build/5ac1c62f4c194d91967b4b4fc95b8d03/log /job-output.txt#2121 To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1858652/+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

