heat.api.openstack.v1.actions.
ActionController
(options)[source]¶Bases: object
WSGI controller for Actions in Heat v1 API.
Implements the API for stack actions
ACTIONS
= ('suspend', 'resume', 'check', 'cancel_update', 'cancel_without_rollback')¶CANCEL_UPDATE
= 'cancel_update'¶CANCEL_WITHOUT_ROLLBACK
= 'cancel_without_rollback'¶CHECK
= 'check'¶REQUEST_SCOPE
= 'actions'¶RESUME
= 'resume'¶SUSPEND
= 'suspend'¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.