added web-team@ungleich.ch email for error
This commit is contained in:
parent
4f0bc72cc1
commit
c7b59ec762
3 changed files with 3 additions and 7 deletions
|
|
@ -48,6 +48,8 @@ class VirtualMachineTemplateSerializer(serializers.Serializer):
|
|||
return manager.get_template(template_id=opennebula_id)
|
||||
|
||||
def get_disk_size(self, obj):
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
template = obj.template
|
||||
disk_size = 0
|
||||
for disk in template.disks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue