heat.api.openstack.v1.software_configs module
this page last updated: 2022-11-30 07:05:43
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.
this page last updated: 2022-11-30 07:05:43