yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #14479
[Bug 1321188] [NEW] Fix failed to create an image with id which deleted before
Public bug reported:
1. Create an image with id:
glance image-create --id 2146dfbf-ba77-4083-8e86-d052f671ece7
2. The image created sucessful
3. Delete the image:
glance image-delete 2146dfbf-ba77-4083-8e86-d052f671ece7
4. The image deleted sucessful
5. Describe the image, the image was not return, it's ok.
6. Create another image with the id:
glance image-create --id 2146dfbf-ba77-4083-8e86-d052f671ece7
7. Then the error raised:
"409 Conflict
An image with identifier 2146dfbf-ba77-4083-8e86-d052f671ece7 already exists"
8. It's a bug.
** Affects: glance
Importance: Undecided
Assignee: huangtianhua (huangtianhua)
Status: New
** Changed in: glance
Assignee: (unassigned) => huangtianhua (huangtianhua)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1321188
Title:
Fix failed to create an image with id which deleted before
Status in OpenStack Image Registry and Delivery Service (Glance):
New
Bug description:
1. Create an image with id:
glance image-create --id 2146dfbf-ba77-4083-8e86-d052f671ece7
2. The image created sucessful
3. Delete the image:
glance image-delete 2146dfbf-ba77-4083-8e86-d052f671ece7
4. The image deleted sucessful
5. Describe the image, the image was not return, it's ok.
6. Create another image with the id:
glance image-create --id 2146dfbf-ba77-4083-8e86-d052f671ece7
7. Then the error raised:
"409 Conflict
An image with identifier 2146dfbf-ba77-4083-8e86-d052f671ece7 already exists"
8. It's a bug.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1321188/+subscriptions
Follow ups
References