Re: [Openstack] [openstack][nova][neutron]How a vm is created?

2016-05-11 Thread Aqsa Malik
You will find these two links very useful: 1. http://docs.openstack.org/icehouse/training-guides/ content/associate-computer-node.html#associate-vm-provisioning-indepth 2. https://ilearnstack.com/2013/04/26/request-flow-for-provisioning-instance-in-openstack/ On Thu, May 12, 2016

[Openstack] [openstack][nova][neutron]How a vm is created?

2016-05-11 Thread Akshay Kumar Sanghai
Hi, I wanted to know how a vm is created in openstack. There are so many components of each service that I am getting confused. I understand at a high level that nova-scheduler will find the compute host, nova-compute will create the vm and nova interacts with neutron for port allocation. But I