Bases: object
object
WSGI controller for Software deployments in Heat v1 API.
Implements the API actions.
Create a new software deployment.
Delete an existing software deployment.
List software deployments.
List software deployments grouped by the group name.
This is done for the requested server.
Gets detailed information for a software deployment.
Update an existing software deployment.
Software deployments resource factory method.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.
SoftwareDeploymentController
SoftwareDeploymentController.REQUEST_SCOPE
SoftwareDeploymentController.create()
SoftwareDeploymentController.default()
SoftwareDeploymentController.delete()
SoftwareDeploymentController.index()
SoftwareDeploymentController.metadata()
SoftwareDeploymentController.show()
SoftwareDeploymentController.update()
create_resource()