Use oslo.policy

All OpenStack projects should use the oslo.policy[1] module for policy
enforcements. This patch converts the Blazar code base from its
oslo-incubator policy module to oslo.policy.

[1] http://docs.openstack.org/developer/oslo.policy/usage.html

Change-Id: I3bdeaa87d17a2bb3fea345c3356b88add86b9e96
Closes-Bug: #1658920
This commit is contained in:
Hiroaki Kobayashi
2017-01-31 17:41:41 +09:00
parent 8635258f4f
commit 7a6bf157cb
8 changed files with 28 additions and 968 deletions

View File

@@ -16,6 +16,7 @@ oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.messaging>=5.14.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0
oslo.policy>=1.17.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.service>=1.10.0 # Apache-2.0
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0