Add comment about why we change linked_base to linked_clone

pull/1036/head
Julien Duponchelle 7 years ago
parent aff5554528
commit 5c5caf8418
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -35,6 +35,9 @@ class Appliance:
else:
self._id = appliance_id
self._data = data
# Version of the gui before 2.1 use linked_base
# and the server linked_clone
if "linked_base" in data:
self._data["linked_clone"] = data.pop("linked_base")
self._builtin = builtin

Loading…
Cancel
Save