summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorGage Hugo <gagehugo@gmail.com>2019-08-24 13:26:44 -0500
committerGage Hugo <gagehugo@gmail.com>2019-11-29 04:20:14 +0000
commit09a33cce89beddbb6cda71d19d96a06a2fbb12a3 (patch)
treebc160c705623c25c1991661c9d0c850374c36182 /releasenotes
parent0a65b1420799e7c7f8736e9f6c234f755ab5ac6b (diff)
downloadkeystonemiddleware-09a33cce89beddbb6cda71d19d96a06a2fbb12a3.tar.gz
Change ec2 URLs to v3
This change modifies any URLs specifying v2.0 to v3. This is part of the effort to remove v2.0 functionality from keystonemiddleware. Change-Id: I9cde8963333ea95b4ab05d9aea4d196ab4357763 Partial-Bug: #1829453 Partial-Bug: #1845539
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ec2-v2-removal-6a886210cbc9d3e9.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/ec2-v2-removal-6a886210cbc9d3e9.yaml b/releasenotes/notes/ec2-v2-removal-6a886210cbc9d3e9.yaml
new file mode 100644
index 0000000..e90fa68
--- /dev/null
+++ b/releasenotes/notes/ec2-v2-removal-6a886210cbc9d3e9.yaml
@@ -0,0 +1,7 @@
+---
+other:
+ - |
+ [`bug 1845539 <https://bugs.launchpad.net/keystone/+bug/1845539>`_]
+ The ec2 'url' config option now defaults to
+ https://localhost:5000/v3/ec2tokens with the removal of ec2 v2.0 support.
+ Keystonemiddleware no longer supports ec2tokens using the v2.0 API.