Comment 1 for bug 985477

Revision history for this message
Vish Ishaya (vishvananda) wrote : Re: [Bug 985477] [NEW] nova uses the wrong tenant

You need to specify your endpoints using a replacement string where the tenant can be inserted:

keystone endpoint-create --service_id $SERVICE_NOVA --publicurl http://.../%(tenant_id)s

the %(tenant_id)s will automatically be replaced with the proper tenant

See the documentation here:

http://docs.openstack.org/trunk/openstack-compute/install/content/keystone-service-endpoint-create.html