Reviewed: https://review.openstack.org/339409 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=712204e3587d9b0fd5d4f55b1aa2f4e4ee71d896 Submitter: Jenkins Branch: master
commit 712204e3587d9b0fd5d4f55b1aa2f4e4ee71d896 Author: Kenji Ishii <[email protected]> Date: Fri Jul 8 17:50:23 2016 +0900 Fix the issue that it cannot do a policy check correctly At the moment, when we do a policy check, target info is always None even if we set these info. Therefore, in some case, policy check doesn't work well. This patch will fix it. Change-Id: I454b37f9709c246010292b950fcce38c3d2ad0f4 Closes-Bug: #1600150 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1600150 Title: target info is always None when policy_check is called Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Policy check method is configured in openstack_dashboard/settings.py (POLICY_CHECK_FUNCTION). At the moment, when we call this method, target info will be always None. Therefore, it cannot do policy check correctly. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1600150/+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

