Hi openstack-helm cores
In cinder’s raw cache guider, internal tenant id (cinder_internal_tenant_project_id and cinder_internal_tenant_user_id) need to be set in cinder.conf:
Something like:
cinder_internal_tenant_project_id = PROJECT_ID
cinder_internal_tenant_user_id = USER_ID
refer:
https://docs.openstack.org/cinder/latest/admin/blockstorage-image-volume-cache.html
I took an investigation, this should be done in cinder’s configmap-etc.yaml:
./cinder/templates/configmap-etc.yaml
The problem is:
the cinder_internal_tenant_project_id and cinder_internal_tenant_user_id are created dynamically, not in values.yaml, in starlingx project we also cannot override in helm/cinder.py because at the time of running helm/cinder.py keystone
is not ready.
Anybody know how to solve this issue? How to get cinder_internal_tenant_project_id and cinder_internal_tenant_user_id in configmap-etc.yaml and set to cinder.conf? Thanks a lot.
I created a story for this:
https://storyboard.openstack.org/#!/story/2005189
Regards
Liang