Skip to content
Snippets Groups Projects

Issue #3329673 by Xiaohua Guan, yas: Add entity type template version for openstack

Merged Issue #3329673 by Xiaohua Guan, yas: Add entity type template version for openstack
All threads resolved!
Merged xiaohua guan requested to merge issue/cloud-3329673:3329673-add-entity-type into 5.x
All threads resolved!
Files
11
@@ -303,6 +303,13 @@ class ApiController extends ControllerBase implements ApiControllerInterface {
return $this->updateResourceList('openstack_stack', $cloud_context);
}
/**
* {@inheritdoc}
*/
public function updateTemplateVersionList($cloud_context = ''): RedirectResponse {
return $this->updateResourceList('openstack_template_version', $cloud_context);
}
/**
* {@inheritdoc}
*/
Loading