summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2021-05-31 13:34:19 +0000
committerPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2021-06-03 11:04:52 +0000
commit4ea33139516250f32ba4e7d07eee0ed52352d0be (patch)
tree16d7b8d0ae07d0439a939dad220d18c500aeeca3 /releasenotes
parent04e5ead7c000211a4c10104ed2bb65c9df7681ae (diff)
downloadglance_store-4ea33139516250f32ba4e7d07eee0ed52352d0be.tar.gz
Allow any Keystone domain for cinder store
add two new config options for cinder store - cinder_store_user_domain_name - cinder_store_project_domain_name that allow to set the internal user and project to Keystone domains other that the 'Default' one. Closes-Bug: #1930299 Change-Id: I1d6c07b6c0e7e6a4da9adabaa026f024b64bb029
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/support-cinder-user-domain-420c76053dd50534.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/support-cinder-user-domain-420c76053dd50534.yaml b/releasenotes/notes/support-cinder-user-domain-420c76053dd50534.yaml
new file mode 100644
index 0000000..7763366
--- /dev/null
+++ b/releasenotes/notes/support-cinder-user-domain-420c76053dd50534.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ For the Cinder store, if using an internal user to store images,
+ it is now possible to have the internal user and the internal project
+ in Keystone domains other than the ``Default`` one.
+ Two new config options ``cinder_store_user_domain_name`` and
+ ``cinder_store_project_domain_name`` are added
+ (both default to ``Default``) and now are possible to use in the
+ configuration of the Cinder store.