Hello there, I am a somewhat new user to openstack and I've hit this bug:
https://bugs.launchpad.net/nova/+bug/1231874 I will note that I only seem to hit this bug when I use certain ISO files as the 'boot' image. (in this case it's a 4.2GB Windows 2012 R2 ISO) Doing this in MySQL appears to fix the problem for that particular instance: update instances SET root_device_name = '/dev/vda' where id = 70 limit 1; but it doesn't fix the underlying problem of the instances being created incorrectly to begin with. Has anyone come up with a permanent solution to this yet? Thanks, -Drew
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
