Use the oslo.policy package

oslo.policy is no longer in incubation. This updates the policy code
accordingly.

There is most likely a better way to use oslo.policy's API, but this
change is mean to provide a direct update with minimal changes.

Change-Id: I434999e4555f13a55f2167f8c212e2712f10eeea
Implements: blueprint oslo-policy-migration
This commit is contained in:
Eric Larson
2015-03-10 13:51:04 -05:00
parent 6bf5ae1938
commit b2adc3e288
4 changed files with 11 additions and 969 deletions

View File

@@ -5,7 +5,6 @@ script=tools/install_venv_common.py
# The list of modules to copy from oslo-incubator.git
module=memorycache
module=policy
module=service
# Modules needed for the deprecated oslo.wsgi we're still using