Comment 1 for bug 1039525

Revision history for this message
Akira Yoshiyama (yosshy) wrote :

Extra solution
=============

d) Add extra definitions to /etc/glance/schema-image.json.
I'm using this.

{
    "kernel_id": {
        "type": "string",
        "description": "An identifier for the linked kernel image",
        "maxLength": 36,
        "required": false
    },
    "ramdisk_id": {
        "type": "string",
        "description": "An identifier for the linked ramdisk image",
        "maxLength": 36,
        "required": false
    }
}