Comment 40 for bug 1617918

Revision history for this message
Jake Yip (waipengyip) wrote :

Hi Julien,

Thanks for the patch! I just reviewed it and have some thoughts about it.

> def ResourceUUID(value, creator):

Do you think it might be better to compute ResourceUUID(value, project_id) instead?

Most of OpenStack operates on the premise that resources belong to a project, not a user. A user can access the resources created by other users in the same project. E.g. a user I can do a `nova show <instance_name>` someone else created.

So, I think in gnocchi case it will be good to have the same behaviour.