Enable Octavia API audit logging for API jobs

This patch enables the Octavia API CADF auditing in logging mode on
the tempest API jobs.

Depends-On: https://review.openstack.org/#/c/609854
Change-Id: I3b9bc297a6a6ba920c3b3670a430dcfe98eca666
This commit is contained in:
Michael Johnson 2018-10-11 16:52:56 -07:00
parent fd96649d8a
commit dc5a39d0a4
1 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,10 @@
$OCTAVIA_CONF:
api_settings:
api_v1_enabled: False
audit:
enabled: True
audit_middleware_notifications:
driver: log
tempest_concurrency: 2
tempest_test_regex: ^octavia_tempest_plugin.tests.api.v2
tox_envlist: all