Update oslo.policy to >= 1.14.0

Nova has been installing an empty policy file in devstack for a while
now because it's not necessary to define rules in policy.json if you are
okay running with the defaults set in code. However oslo.policy did
require that the policy.json file exist, even if empty, until 1.14.0. By
updating the min required version Nova, and other projects, can remove
the useless empty policy file.

Change-Id: I09fa842ffbe75bed269cef6edc9c82d18bfe9297
This commit is contained in:
Andrew Laski 2016-09-28 14:06:39 -04:00
parent 180d76e4e1
commit 54bb2863f1

@ -113,7 +113,7 @@ oslo.log>=3.11.0 # Apache-2.0
# NOTE(mriedem): oslo.messaging 3.1.0 breaks Ironic
oslo.messaging>=5.2.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0
oslo.policy>=1.9.0 # Apache-2.0
oslo.policy>=1.14.0 # Apache-2.0
oslo.privsep>=1.9.0 # Apache-2.0
oslo.reports>=0.6.0 # Apache-2.0
oslo.rootwrap>=5.0.0 # Apache-2.0