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