Add audit middleware options to ironic.conf

Ironic supports enabling the audit middleware. This change adds
the option for the middleware to the ironic.conf file generated by
oslo-config-generator.

Depends-on: https://review.opendev.org/804316
Change-Id: Ic7adb755f47ea65fe975dfbc7cca905a376d728e
This commit is contained in:
Takashi Kajinami
2022-07-08 00:46:23 +09:00
parent 39a7f58002
commit f0935c182e
2 changed files with 2 additions and 1 deletions

View File

@@ -23,4 +23,5 @@ namespace = oslo.service.service
namespace = oslo.service.periodic_task
namespace = oslo.service.sslutils
namespace = osprofiler
namespace = keystonemiddleware.audit
namespace = keystonemiddleware.auth_token