Julien Duponchelle 7 years ago
parent f338158654
commit 624a2c02c5
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -40,6 +40,8 @@ class Appliance:
# and the server linked_clone
if "linked_base" in data:
self._data["linked_clone"] = data.pop("linked_base")
if data["node_type"] == "iou" and "image" in data:
del self._data["image"]
self._builtin = builtin
@property

Loading…
Cancel
Save