summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-03-03 10:55:05 +0000
committerGerrit Code Review <review@openstack.org>2021-03-03 10:55:05 +0000
commit3673cc0e88517f33e18655d9d861bb1366a0b19a (patch)
tree110ff666f945b4954966e3494edeb560587ee476
parentc169bfd50557ea772335fbd20948ff6308a2899f (diff)
parent1cf6dcd5fe9a4fea3b02ee80316d7447130f8e14 (diff)
downloadpython-swiftclient-stable/ussuri.tar.gz
Merge "Add release note for 3.9.1" into stable/ussuriussuri-em3.9.1stable/ussuri
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog6
-rw-r--r--releasenotes/notes/3_9_1_release-ef242d7bedf3aa8b.yaml8
3 files changed, 16 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 165e9d0..6631477 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -54,6 +54,7 @@ Hiroshi Miura (miurahr@nttdata.co.jp)
howardlee (lihongweibj@inspur.com)
Hu Bing (hubingsh@cn.ibm.com)
Ian Cordasco (ian.cordasco@rackspace.com)
+Ivan Kolodyazhny (e0ne@e0ne.info)
jacky06 (zhang.min@99cloud.net)
Jaivish Kothari (jaivish.kothari@nectechnologies.in)
Jakub Krajcovic (jakub.krajcovic@gmail.com)
@@ -107,6 +108,7 @@ pengyuesheng (pengyuesheng@gohighsec.com)
Pete Zaitcev (zaitcev@kotori.zaitcev.us)
Peter Lisak (peter.lisak@firma.seznam.cz)
Petr Kovar (pkovar@redhat.com)
+Pierre Riteau (pierre@stackhpc.com)
Pradeep Kumar Singh (pradeep.singh@nectechnologies.in)
Pratik Mallya (pratik.mallya@gmail.com)
qingszhao (zhao.daqing@99cloud.net)
diff --git a/ChangeLog b/ChangeLog
index cecee2d..8d0b1e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+3.9.1
+-----
+
+* Fixed capability endpoint discovery when there's a URL prefix for the
+ Swift endpoint, such as may be done with Ceph and radosgw.
+
3.9.0
-----
diff --git a/releasenotes/notes/3_9_1_release-ef242d7bedf3aa8b.yaml b/releasenotes/notes/3_9_1_release-ef242d7bedf3aa8b.yaml
new file mode 100644
index 0000000..e296b36
--- /dev/null
+++ b/releasenotes/notes/3_9_1_release-ef242d7bedf3aa8b.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ Fixed discovery of activated capabilities against Ceph Object Gateway. It
+ prevented users from creating containers via Horizon. See bugs
+ `1712358 <https://bugs.launchpad.net/python-swiftclient/+bug/1712358>`__
+ and `1880188 <https://bugs.launchpad.net/horizon/+bug/1880188>`__ for more
+ details.