Comment 1 for bug 2026817

Revision history for this message
Lukas Piwowarski (lukas-piwowarski) wrote (last edit ):

Hi Marian,

I'm not 100 % sure about this but I think I know what might be wrong here. The issue is probably the empty value for identity.region option. When you do not specify the region tempest then picks the first endpoint it finds for a given service [1]. If it happens that the first endpoint is an admin endpoint then the admin endpoint is used instead of the public/internal one. So maybe you can try specifying the region value. Or is there a specific reason why you did not set the region value?

[1] https://opendev.org/openstack/tempest/src/commit/fbd3dbc638ede072b7947c7a005404f389da2901/tempest/lib/auth.py#L586