Comment 14 for bug 960977

Revision history for this message
Vish Ishaya (vishvananda) wrote :

correct, internally nova uses the tenant_id as the project_id but the string you pass as OS_TENANT_NAME is what the novaclient uses to talk to KEYSTONE. It then grabs the token and a url to talk to nova. It doesn't pass in tenant directly. The project_id setting in nova comes from the tenant_id in the token matched against the url.