[openstack-dev] [glance] Image properties for deleted images

George Shuklin george.shuklin at gmail.com
Fri Oct 31 11:47:56 UTC 2014


Hello.

I found that glance do not provide any meta information for deleted 
images, but hide them somewhere inside.

glance image-create -> #1
glance image-update #1 --property foo=bar
#1 now has foo=bar
nova start ... #1 <- instance use image with foo=bar
glance image-delete #1
... and now we have instance from image without property foo=bar
#1 now say 'deleted' and there is no 'foo=bar'
nova image-create .... -> #2
glance image-show #2 <- image has foo=bar

Is any way to know what properties has deleted image?

Thanks!



More information about the OpenStack-dev mailing list