heat.api.openstack.v1.software_configs module

heat.api.openstack.v1.software_configs module

class heat.api.openstack.v1.software_configs.SoftwareConfigController(options)[source]

Bases: object

WSGI controller for Software config in Heat v1 API.

Implements the API actions.

REQUEST_SCOPE = 'software_configs'
create(req, body)[source]

Create a new software config.

default(req, **args)[source]
delete(req, config_id)[source]

Delete an existing software config.

global_index(req)[source]
index(req)[source]

Lists summary information for all software configs.

show(req, config_id)[source]

Gets detailed information for a software config.

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

Software configs resource factory method.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.