Reviewed:  https://review.openstack.org/559501
Committed: 
https://git.openstack.org/cgit/openstack/glance/commit/?id=c48acba8404629c11bc16c7da99bc7a084e13b99
Submitter: Zuul
Branch:    master

commit c48acba8404629c11bc16c7da99bc7a084e13b99
Author: Brian Rosmaita <rosmaita.foss...@gmail.com>
Date:   Sat Apr 7 14:22:11 2018 -0400

    Update image schema with Image API 2.6 statuses
    
    Updates the schemas/image(s) responses and the api-ref.  (The dev
    docs are correct.)  Adds a test so this won't happen again.
    
    Closes-bug: #1762031
    Change-Id: Ifb0a07fcdb1c8d91f1ad700329a208200222a2a6


** Changed in: glance
       Status: In Progress => Fix Released

** Changed in: glance/queens
       Status: Triaged => In Progress

-- 
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:
  Fix Released
Status in Glance queens series:
  In Progress

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to