Merge "Define default POLICY_DIRS value"

This commit is contained in:
Zuul 2017-12-19 03:22:56 +00:00 committed by Gerrit Code Review
commit 673f3e4bf1

View File

@ -263,6 +263,7 @@ POLICY_FILES = {
'image': 'glance_policy.json',
'network': 'neutron_policy.json',
}
POLICY_DIRS = {}
SECRET_KEY = None
LOCAL_PATH = None