Comment 3 for bug 933845

Revision history for this message
Christian Berendt (berendt) wrote :

problem is that there is a check "if ep["name"] == service:" in the medhod RestClient:keystone_v2_auth and looks like devstack or keystone now uses/returns other names.

two things to change: changing ep["name"] to ep["type"] and changing catalog_name=nova to catalog_name=compute (in etc/tempest.conf.sample)