summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2017-07-13 22:43:44 +0000
committerLance Bragstad <lbragstad@gmail.com>2017-07-14 16:59:32 +0000
commitf20f442868b0e4a5a326841cfdd4556ba27653f4 (patch)
tree3fbc4dbd6f968e2e307f702ed77dbfeab52f139a
parent8d3758fde99380d1258f72d489a22edacde331b7 (diff)
downloadkeystone-f20f442868b0e4a5a326841cfdd4556ba27653f4.tar.gz
Add a release note for bug 1687593
A fix was merged for bug 1687593 but we forgot to add a release note. Change-Id: Ib8571d155ca526b0b4fb536ceff7c3b5752281c6 (cherry picked from commit 5303ef6e8876e78a9dfeb8b0eb69bd3b71d0e397)
-rw-r--r--releasenotes/notes/bug-1687593-95e1568291ecd70b.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1687593-95e1568291ecd70b.yaml b/releasenotes/notes/bug-1687593-95e1568291ecd70b.yaml
new file mode 100644
index 000000000..1081070fd
--- /dev/null
+++ b/releasenotes/notes/bug-1687593-95e1568291ecd70b.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ [`bug 1687593 <https://bugs.launchpad.net/keystone/+bug/1687593>`_]
+ Ensure that the URL used to make the request when creating OAUTH1 request
+ tokens is also the URL that verifies the request token.