Code review comment for lp:~jaypipes/glance/parallax-register-image

Revision history for this message
Michael Gundlach (gundlach) wrote :

Why does ImageController.__init__ exist?

57: should be
  if 'status' not in image_data:
or possibly 56/57/58 could be replaced with
  image_data.setdefault('status', 'available')

101: i assume you meant to remove support for GET /images/detail.

Otherwise, lgtm.

review: Approve

« Back to merge proposal