Comment 1 for bug 1643197

Revision history for this message
Jean-Philippe Evrard (jean-philippe-evrard) wrote :

I see this in the template:

[barbican_client]
endpoint_type = internalURL

[cinder_client]
region_name = {{ cinder_service_region }}
endpoint_type = internalURL

[glance_client]
endpoint_type = internalURL

[heat_client]
endpoint_type = internalURL

[keystone_authtoken]
auth_uri = {{ keystone_service_internalurl }}
auth_version = v3
insecure = {{ keystone_service_internaluri_insecure | bool }}
memcached_servers = {{ memcached_servers }}
identity_uri = {{ keystone_service_internaluri }}
auth_type = {{ magnum_keystone_auth_plugin }}
auth_url = {{ keystone_service_internaluri }}

[magnum_client]
endpoint_type = internalURL

[neutron_client]
endpoint_type = internalURL

[nova_client]
endpoint_type = internalURL

Is this the problem we're talking about?
This could probably be overriden by having something defined in magnum_config_overrides.

But I'd be happy to see if this should be done for everyone by default.