Revision f518210b snf-cyclades-app/synnefo/api/util.py

b/snf-cyclades-app/synnefo/api/util.py
174 174
    image["name"] = img["name"]
175 175
    image["format"] = img["disk_format"]
176 176
    image["location"] = img["location"]
177
    image["is_snapshot"] = img["is_snapshot"]
177 178
    size = image["size"] = img["size"]
178 179

  
179 180
    checksum = img["checksum"]

Also available in: Unified diff