mirror of https://github.com/apache/cloudstack.git
Broken code during guest network merge
This commit is contained in:
parent
75dda0b5b2
commit
31266d354f
|
|
@ -28,5 +28,5 @@ def merge(dbag, gn):
|
|||
if dbag[dev][0]['device'] == gn['device']:
|
||||
dbag[dev].remove(dbag[dev][0])
|
||||
if gn['add']:
|
||||
dbag.setdefault(gn['device'], []).append()
|
||||
dbag.setdefault(gn['device'], []).append(gn)
|
||||
return dbag
|
||||
|
|
|
|||
Loading…
Reference in New Issue