Bases: heat.engine.environment.ResourceInfo
Store the mapping of resource name to python class implementation.
Bases: object
Get the environment as a dict, ready for storing in the db.
Bases: heat.engine.environment.MapResourceInfo
Store the mapping (with wild cards) of one resource type to another. like: OS::Networking::* -> OS::Neutron::*
Bases: heat.engine.environment.ResourceInfo
Store the mapping of one resource type to another. like: OS::Networking::FloatingIp -> OS::Neutron::FloatingIp
Bases: object
Base mapping of resource type to implementation.
Bases: object
By looking at the environment, find the resource implementation.
Return user resources in a dict format.
Find possible matches to the resource type and name. chain the results from the global and user registry to find a match.
Return a list of valid resource types.