[Starlingx-discuss] Anybody know how to add internal tenant id in cinder.conf?
Fang, Liang A
liang.a.fang at intel.com
Sat Mar 9 12:34:06 UTC 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.starlingx.io/pipermail/starlingx-discuss/attachments/20190309/d9723107/attachment.html>
More information about the Starlingx-discuss
mailing list