The heat.api.openstack.v1.build_info Module

class heat.api.openstack.v1.build_info.BuildInfoController(options)[source]

Bases: object

WSGI controller for BuildInfo in Heat v1 API.

Returns build information for current app.

REQUEST_SCOPE = 'build_info'
build_info(controller, req, tenant_id, **kwargs)[source]
heat.api.openstack.v1.build_info.create_resource(options)[source]

BuildInfo factory method.

Previous topic

The heat.api.openstack.v1.actions Module

Next topic

The heat.api.openstack.v1.events Module

Project Source

This Page