The heat.engine.api Module

heat.engine.api.extract_args(params)[source]

Extract any arguments passed as parameters through the API and return them as a dictionary. This allows us to filter the passed args and do type conversion where appropriate

heat.engine.api.format_event(event)[source]
heat.engine.api.format_stack(stack)[source]

Return a representation of the given stack that matches the API output expectations.

heat.engine.api.format_stack_outputs(stack, outputs)[source]

Return a representation of the given output template for the given stack that matches the API output expectations.

heat.engine.api.format_stack_resource(resource, detail=True)[source]

Return a representation of the given resource that matches the API output expectations.

heat.engine.api.format_watch(watch)[source]
heat.engine.api.format_watch_data(wd)[source]

This Page