The heat.api.openstack.v1.resources Module

class heat.api.openstack.v1.resources.ResourceController(options)[source]

Bases: object

WSGI controller for Resources in Heat v1 API Implements the API actions

index(controller, req, tenant_id, **kwargs)[source]

Lists summary information for all resources

metadata(controller, req, tenant_id, **kwargs)[source]

Gets detailed information for a stack

show(controller, req, tenant_id, **kwargs)[source]

Gets detailed information for a stack

heat.api.openstack.v1.resources.create_resource(options)[source]

Resources resource factory method.

heat.api.openstack.v1.resources.format_resource(req, stack, keys=[])[source]

This Page