Merge "Fix API audit CADF audit map for failover action"

This commit is contained in:
Zuul 2020-06-21 16:22:44 +00:00 committed by Gerrit Code Review
commit 3e765636c5
2 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@
target_endpoint_type = load-balancer
[custom_actions]
failover = failover
failover = update/failover
# possible end path of API requests
# path of api requests for CADF target typeURI

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed an issue in the CADF audit map file for failover actions that could
cause keystonemiddleware to raise an exception.