← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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'.

** Affects: glance
     Importance: Medium
     Assignee: Brian Rosmaita (brian-rosmaita)
         Status: Triaged


** Tags: doc-impact

-- 
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:
  Triaged

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


Follow ups