Bases: heat.engine.environment.ResourceInfo
Store the mapping of resource name to python class implementation.
Bases: object
This instance of Environment is the new environment where we are reusing as default the previous parameter values.
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.
Bases: heat.engine.environment.ResourceInfo
Store the info needed to start a TemplateResource.