From 4ea33139516250f32ba4e7d07eee0ed52352d0be Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Mon, 31 May 2021 13:34:19 +0000 Subject: 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 --- .../notes/support-cinder-user-domain-420c76053dd50534.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/support-cinder-user-domain-420c76053dd50534.yaml (limited to 'releasenotes') 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. -- cgit v1.2.1