Comment 8 for bug 1596602

Revision history for this message
Matt Riedemann (mriedem) wrote :

OK so now I get this, the problem isn't in the image properties, the problem is in the metadata that nova tells glance to use to create the image, which is based in part on the instance's values, e.g.:

mysql> select kernel_id,ramdisk_id from nova.instances where uuid='e4bbbbd3-49be-4a44-9969-088c8f3b36ca';
+-----------+------------+
| kernel_id | ramdisk_id |
+-----------+------------+
| | |
+-----------+------------+
1 row in set (0.00 sec)