Bases: object
WSGI controller for Software deployments in Heat v1 API
Implements the API actions
-
REQUEST_SCOPE = 'software_deployments'
-
create(controller, req, tenant_id, **kwargs)[source]
Create a new software deployment
-
default(req, **args)[source]
-
delete(controller, req, tenant_id, **kwargs)[source]
Delete an existing software deployment
-
index(controller, req, tenant_id, **kwargs)[source]
List software deployments.
-
metadata(controller, req, tenant_id, **kwargs)[source]
List software deployments grouped by the group name for the requested
server.
-
show(controller, req, tenant_id, **kwargs)[source]
Gets detailed information for a software deployment
-
update(controller, req, tenant_id, **kwargs)[source]
Update an existing software deployment