yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #72262
[Bug 1762031] Re: image schema 'status' missing values added for interoperable image import
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.fossdev@xxxxxxxxx>
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
References