summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 4e1bd15a..b2632dcb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -50,6 +50,13 @@ oslo.messaging.notify.drivers =
trove.openstack.common.notifier.rpc_notifier = oslo_messaging.notify.messaging:MessagingDriver
trove.openstack.common.notifier.test_notifier = oslo_messaging.notify._impl_test:TestDriver
+oslo.policy.policies =
+ # The sample policies will be ordered by entry point and then by list
+ # returned from that entry point. If more control is desired split out each
+ # list_rules method into a separate entry point rather than using the
+ # aggregate method.
+ trove = trove.common.policies:list_rules
+
[global]
setup-hooks =
pbr.hooks.setup_hook