Merge "Adding RBAC policy system and checks for identity"

This commit is contained in:
Jenkins 2013-08-29 10:20:35 +00:00 committed by Gerrit Code Review
commit 8307606093
1 changed files with 6 additions and 0 deletions

View File

@ -120,3 +120,9 @@ NOSE_ARGS = ['--nocapture',
'--cover-package=openstack_dashboard',
'--cover-inclusive',
'--all-modules']
POLICY_FILES_PATH = os.path.join(ROOT_PATH, "conf")
POLICY_FILES = {
'identity': 'keystone_policy.json',
'compute': 'nova_policy.json'
}