summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2021-08-12 11:14:11 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2021-08-12 11:17:13 +0900
commit7b8a72d2c5f4643c1b005e84ee016d7629f111d0 (patch)
tree260fb61381af787e9f21389e5c38a3874c413a52 /setup.cfg
parent90df936708aee36d77cead548d04cb7db2327f47 (diff)
downloadkeystonemiddleware-7b8a72d2c5f4643c1b005e84ee016d7629f111d0.tar.gz
Add oslo.config.opts entrypoint for audit middleware options
... so that each service using the audit middleware can include these parameters in .conf file generated by oslo-config-generator by adding that entrypoint to the command. Closes-Bug: #1939632 Change-Id: Ied954c633570c51af9504514ffed18e12de8caac
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 34e3749..1a3bf84 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,6 +32,7 @@ setup-hooks =
[entry_points]
oslo.config.opts =
keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts
+ keystonemiddleware.audit = keystonemiddleware.audit:list_opts
paste.filter_factory =
auth_token = keystonemiddleware.auth_token:filter_factory