]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Log msg for load policy file only if the file is actually loaded
authorSalvatore Orlando <salv.orlando@gmail.com>
Sun, 5 May 2013 15:29:37 +0000 (17:29 +0200)
committerSalvatore Orlando <salv.orlando@gmail.com>
Mon, 6 May 2013 22:59:23 +0000 (00:59 +0200)
commitea29aebf7ca7f3843579d5d860d31723bd04af57
tree638f6246ce7d1066e6c18f8d1cb094a99370ada5
parent9ad0ba1ae37918587480394e940ad256bd6e06a5
Log msg for load policy file only if the file is actually loaded

The Load entry was previousy in init(), whereas it should have
been in _set_rules() which is invoked only when policies are
(re)loaded from the json file.

Change-Id: Ib4ce66569a64fc4be8f5f77d7f503cc93ac0006e
quantum/policy.py