storage/xen.py: always initialise args['otherdevs']

This commit is contained in:
Wojciech Zygmunt Porczyk 2014-11-06 14:17:50 +01:00 committed by Marek Marczykowski-Górecki
parent 37696b7d43
commit 6b0a5f9738

View File

@ -100,6 +100,8 @@ class QubesXenVmStorage(QubesVmStorage):
self.modules_dev,
rw=True if drive_type == "disk" else False, type=drive_type,
domain=drive_domain)
else:
args['otherdevs'] = ''
return args