Skip to content
Snippets Groups Projects
Commit 9b298e57 authored by Giorgos Verigakis's avatar Giorgos Verigakis
Browse files

description field has been removed from Image

parent 9359b523
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,6 @@ def image_to_dict(image, detail=True):
d['created'] = isoformat(image.created)
d['status'] = image.state
d['progress'] = 100 if image.state == 'ACTIVE' else 0
d['description'] = image.description
if image.sourcevm:
d['serverRef'] = image.sourcevm.id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment