Comment 1 for bug 1592988

Revision history for this message
Steve Martinelli (stevemar) wrote : Re: create_project is not properly looking up the domain_id

Changing this to OSC.

Was this done with non-admin credentials? The way OSC tries to find things by name or ID is by:

1) GET /domains/my_domain
if that fails...
2) GET /domains&name=my_domain
if that fails...
3) GET /domains and parse the result for an entry that has my_domain

... or something like that.

The trouble is non-admin often don't have the authorization in the default policy to look up any entry.