Add missing return value
This commit is contained in:
parent
139672d8c9
commit
e1c7705c3e
|
@ -4536,7 +4536,7 @@ class API_Provisioner_Template_Storage_Disk_Element(Resource):
|
|||
type: object
|
||||
id: Message
|
||||
"""
|
||||
api_provisioner.delete_template_storage_element(
|
||||
return api_provisioner.delete_template_storage_element(
|
||||
template,
|
||||
disk_id
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue