keystonemiddleware/releasenotes/notes/bug-1800017-0e5a9b8f62b5ca60.yaml
Guang Yee 6779838a24 Skip the services with no endpoints when parsing service catalog
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
2018-10-26 08:13:39 -07:00

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.