[Starlingx-discuss] Anybody know how to add internal tenant id in cinder.conf?
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-cac... 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
participants (1)
-
Fang, Liang A