summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 7 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 38da02dd..1a7b608d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
-home-page = https://wiki.openstack.org/wiki/Trove
+home-page = https://docs.openstack.org/trove/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -54,8 +54,12 @@ 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
-tempest.test_plugins =
- trove_tests = trove.tests.tempest.plugin:TroveTempestPlugin
+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 =