1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +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:
valid = False
if not valid:
return
if valid:
yield {
'id': srId,
'name': name_label,