django_openstack_auth/openstack-common.conf
David Lyle 2b10c7b510 Relocating policy engine from openstack_dashboard
In order to eventually consilidate the two ways of checking
authorization, moving the importing the policy engine into
this repo. This move requires adding code from oslo incubator.

Additionally, the tests have been added to this repo and slightly
altered to handle differences in the test setup facilities.

Example policy files have been added to the tests directory to
facilitate testing. The intention for application use is that
the django application will point to the runtime policy.json files
in the settings file.

Moving policy tests to use mock rather than mox as well.

Partially Implements: blueprint move-policy-engine
Change-Id: I9728dff4799c868dbc5da2b0042716467de1864b
2015-01-23 17:22:37 -07:00

9 lines
99 B
Plaintext

[DEFAULT]
module=_i18n
module=fileutils
module=local
module=log
module=policy
base=openstack_auth