Comment 11 for bug 1617918

Revision history for this message
gordon chung (chungg) wrote : Re: Resource names are not unique per tenant

that is already how it happens. if you pass in a name aka. non-uuid, it will run through a translation method to switch it to uuid. the problem is that translation does not account for project which causes your conflict. if we take project into account, it will require us to migrate all the previous data as that data didn't use project when it did translation. maybe we do need migration, but i'm trying to think of a solution which doesn't :)

i guess my solution doesn't let you query by name which might be required?

i'm good with either way. don't have time to work on it currently though.