Comment 2 for bug 1311223

Revision history for this message
Jason Dunsmore (jasondunsmore) wrote : Re: User's provider templates show up in listing of resource types globally across tenants

The provider template URL is inserted into the global resource registry here:
https://github.com/openstack/heat/blob/master/heat/engine/stack_resource.py#L146-L154
https://github.com/openstack/heat/blob/master/heat/engine/environment.py#L353

It seems like we would need some sort of local resource registry in Heat to fix this.