37
37
# when it is added to glance. Right now there is no
38
38
# auth checking in glance, so we assume that access was
39
39
# checked before we got here.
41
42
with open(path, "wb") as image_file:
42
43
metadata = image_service.get(context, image_id, image_file)