instance cant boot from local disk after installing ISO
Hey guys,
The instance can not boot from local disk after installing system with ISO. It says, 'No bootable device'. Sorry,I can not upload the screen shot.
1st, I created new flavor in order to create instance with ISO.
[root@icehouse ~(keystone_admin)]# nova flavor-show qinjian
+----------------------------+--------------------------------------+
| Property | Value |
+----------------------------+--------------------------------------+
| OS-FLV-DISABLED:disabled | False |
| OS-FLV-EXT-DATA:ephemeral | 5 |
| disk | 5 |
| extra_specs | {} |
| id | 76d88dc8-391e-4267-b52c-f8bb8ff5a330 |
| name | qinjian |
| os-flavor-access:is_public | True |
| ram | 2048 |
| rxtx_factor | 1.0 |
| swap | 2048 |
| vcpus | 1 |
+----------------------------+--------------------------------------+
2nd, install system step by step with the ISO.
3rd, reboot after all done. Then it return to the installation page again!
I don't know why! I just want to create instance by ISO and start up it normally.
Does anyone know how to start up system normally ?
My openstack version: icehouse My private mail: keykin@vip.qq.com
Thanks in advance.
You have to use qcow2 or cloudinit to create cloud image. Then you have to upload that image to glance with proper Hypervisory supported parameter. Using ISO you can not provision instance..
It seems that openstack supports iso image to create instances. But my environment has some problem and it can not achieve that.