I installed openstack all nodes in one machine (CentOS7) with cmds:
- yum install -y openstack-packstack
- packstack --allinone --provision-demo=n
- Edit libvirt section in /etc/nova/nova.conf----> virt_type=kvm
- systemctl enable libvirtd openstack-nova-compute
- systemctl restart libvirtd openstack-nova-compute
- systemctl status libvirtd openstack-nova-compute
- systemctl restart libvirtd openstack-nova-compute
As we know, openstack its self cannot create VM, it has to invoke hypervisor to create VM, but when i use packstack all-in-one to install openstack, i want to know how is the VM created, i didn't install any hypervisors(like KVM, Xen) in my machine, why the VM can be created, it is unreasonable.