← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1762031] Re: image schema 'status' missing values added for interoperable image import

 

https://review.openstack.org/559501


** Also affects: glance/queens
   Importance: Undecided
       Status: New

** Changed in: glance/queens
    Milestone: None => queens-stable-1

** Changed in: glance/queens
     Assignee: (unassigned) => Brian Rosmaita (brian-rosmaita)

** Changed in: glance/queens
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1762031

Title:
  image schema 'status' missing values added for interoperable image
  import

Status in Glance:
  In Progress
Status in Glance queens series:
  New

Bug description:
  GET v2/schemas/image response includes this:

          "status": {
              "description": "Status of the image",
              "enum": [
                  "queued",
                  "saving",
                  "active",
                  "killed",
                  "deleted",
                  "pending_delete",
                  "deactivated"
              ],
              "readOnly": true,
              "type": "string"
          },

  It's missing 'uploading' and 'importing'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1762031/+subscriptions


References