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:
parent
07c304cecb
commit
8b8135ea98
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user