The openstack_dashboard.api.rest.heat ModuleΒΆ
API for the heat service.
-
class
openstack_dashboard.api.rest.heat.Services(**kwargs)[source] Bases:
django.views.generic.base.ViewAPI for heat services.
-
get(request, *args, **kw)[source] Get a list of heat services.
-
url_regex= 'heat/services/$'
-
-
class
openstack_dashboard.api.rest.heat.Validate(**kwargs)[source] Bases:
django.views.generic.base.ViewAPI for validating a template
-
post(request, *args, **kw)[source] Validate a template
The following parameters may be passed in the POST application/json object. The parameters are: request:
Parameters: template_url – The template to validate
-
url_regex= 'heat/validate/$'
-