summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorGuang Yee <guang.yee@suse.com>2018-10-25 13:01:23 -0700
committerGuang Yee <guang.yee@suse.com>2018-10-26 08:13:39 -0700
commit6779838a242b222672721407cc320672ab24067a (patch)
tree4360754d7b7bb20f390e9c5db402bcf722780236 /releasenotes
parentfc51082ef43e316bbfa65c16dd6483af1f2092e7 (diff)
downloadkeystonemiddleware-6779838a242b222672721407cc320672ab24067a.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1800017-0e5a9b8f62b5ca60.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1800017-0e5a9b8f62b5ca60.yaml b/releasenotes/notes/bug-1800017-0e5a9b8f62b5ca60.yaml
new file mode 100644
index 0000000..0b1c75f
--- /dev/null
+++ b/releasenotes/notes/bug-1800017-0e5a9b8f62b5ca60.yaml
@@ -0,0 +1,7 @@
+---
+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.