6779838a24
When parsing the service catalog to find the source, audit middleware should skip over the services which have no endpoints instead of assuming they will have at least one endpoint. Change-Id: I287873e99338d95baaf20d52ecb3a43763a401fc Closes-Bug: #1800017
8 lines
274 B
YAML
8 lines
274 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1800017 <https://bugs.launchpad.net/keystonemiddleware/+bug/1800017>`_]
|
|
Fix audit middleware service catalog parsing for the scenario where a
|
|
service does not contain any endpoints. In that case, we should just skip
|
|
over that service.
|