4ea3313951
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
11 lines
443 B
YAML
11 lines
443 B
YAML
---
|
|
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.
|