Comment 2 for bug 1323660

Revision history for this message
Juan Manuel Ollé (juan-m-olle) wrote : Re: Glance image properties not copied to cinder volume with glance V2 API

What I saw is that all properties a manages as regular fields, I have also added key=value

{"status": "active", "name": "test", "tags": [], "container_format": "bare", "created_at": "2014-06-17T17:00:12Z", "hw_vif_model": "avp", "disk_format": "raw", "updated_at": "2014-06-17T17:52:23Z", "visibility": "private", "self": "/v2/images/fedb3d49-b956-475c-85d1-0af2180862db", "key": "value", "min_disk": 0, "protected": false, "id": "fedb3d49-b956-475c-85d1-0af2180862db", "file": "/v2/images/fedb3d49-b956-475c-85d1-0af2180862db/file", "checksum": "69c33642f44ca552ba4bb8b66ad97e85", "owner": "b57f8e79ef7f4f0d8a9b4e275a51d700", "size": 3714968, "min_ram": 0, "schema": "/v2/schemas/image"}

We should keep custom properties out? or copy all but the fields we know that should be suppress?