Comment 2 for bug 820935

Revision history for this message
Dan Prince (dan-prince) wrote : Re: Glance isn't returning custom (user created) properties

Yeah. This is a nova issue. When creating snapshots nova:

1) initially creates the image with all its metadata.

2) When using XenServer the glance plugin does an image update to add some properties for the image type ('ovf', etc). All of the properties in the initial set that aren't in this request are marked as deleted.

We need to update the XenServer plugin to re-send these initial properties (if possible).