Comment 2 for bug 1914602

Revision history for this message
Jonathan Rosser (jrosser) wrote :

Hi Damian,

This is the definition of keystone_service_internaluri_insecure:

https://opendev.org/openstack/openstack-ansible/src/branch/master/inventory/group_vars/all/keystone.yml#L37-L41

Can you clarify if you are trying to use a self signed certificate on the internal API endpoint, or the external API endpoint?

keystone_service_internaluri_insecure is true when the internal endpoint is configured for https (it's http by default) and the user has not supplied a proper certificate.

If you could give a little more detail about what you are trying to achieve it would be really helpful.

Thanks,
Jonathan.