Comment 1 for bug 2030755

Revision history for this message
Aliaksandr Vasiuk (valexby) wrote :

Hi,

Checked a bit the charm code yesterday. I think we can fix it by using admin_tenant_id in cinder.conf template.
Basically replace:
```
cinder_internal_tenant_project_id = {{ admin_tenant_name }}
```
with
```
cinder_internal_tenant_project_id = {{ admin_tenant_id }}
```
I double-checked that we store both the name and the id in the charm relation with keystone, and we should be able to use it when rendering the config.
I'm assigning the bug to myself, and hope to come up with a resolution soon.

Best Regards,
Alex.