The heat.api.openstack.v1.actions ModuleΒΆ

class heat.api.openstack.v1.actions.ActionController(options)[source]

Bases: object

WSGI controller for Actions in Heat v1 API Implements the API for stack actions

ActionController.ACTIONS = ('suspend', 'resume')
ActionController.REQUEST_SCOPE = 'actions'
ActionController.RESUME = 'resume'
ActionController.SUSPEND = 'suspend'
ActionController.action(controller, req, tenant_id, **kwargs)[source]

Performs a specified action on a stack, the body is expecting to contain exactly one item whose key specifies the action

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

Actions action factory method.

Previous topic

The heat.api.openstack.v1.util Module

Next topic

The heat.api.openstack.v1.views.views_common Module

This Page