Comment 2 for bug 1812864

Revision history for this message
Magnus Lööf (magnus-loof) wrote :

I did a workaround and put this in the config files for Heat:

```
{% if openstack_enable_tls_external %}
[clients_keystone]
auth_uri = http://{{ openstack_internal_vip }}:5000
{% endif %}
```