summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2021-10-21 22:57:52 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-08-18 11:20:52 +0900
commit6738d0b156fc1caae0604eb7bd8f05a6ed1c2d68 (patch)
tree306cf02d388b1680363cc2dfc6d1433889e7f8a1 /releasenotes
parent6851cab51a3d5dbf018f755efee8e0e640ac12ab (diff)
downloadglance_store-6738d0b156fc1caae0604eb7bd8f05a6ed1c2d68.tar.gz
Swift: Honor *_domain_name parameters
The *_domain_id parmaeters should not have any default. Otherwise keystoneauth ignores the *_domain_name parameters and it requires only *_domain_id parameters are used. Closes-Bug: #1620999 Change-Id: I1f8c9184761313f9fc5fda2f257e52233e0196d1
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1620999-8b76a0ad14826197.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1620999-8b76a0ad14826197.yaml b/releasenotes/notes/bug-1620999-8b76a0ad14826197.yaml
new file mode 100644
index 0000000..7f5ae6e
--- /dev/null
+++ b/releasenotes/notes/bug-1620999-8b76a0ad14826197.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Now the ``project_domain_name`` parameter and the ``user_domain_name``
+ parameter are properly used by swift backends. Previously these two
+ parameters were ignored and the ``*_domain_id`` parameters should be
+ set to use a keystone domain different from the default one.