1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-05 09:17:54 +03:00

Fixed xen SR error

This commit is contained in:
Adolfo Gómez García 2020-04-16 10:10:59 +02:00
parent 07c304cecb
commit 8b8135ea98

View File

@ -252,9 +252,7 @@ class XenServer(object):
if v not in allowed_ops: if v not in allowed_ops:
valid = False valid = False
if not valid: if valid:
return
yield { yield {
'id': srId, 'id': srId,
'name': name_label, 'name': name_label,