Re: [openstack-dev] [nova][cells] Flavors and cells

2014-09-19 Thread Dheeraj Gupta
I was investigating this issue and this is what I found: In the boot request, the compute layer passes the instance_type_id to the driver layer (driver.spawn) and the driver layer then extracts actual flavor information. However, different drivers extract/use this information differently - - libvi

[openstack-dev] [nova][cells] Flavors and cells

2014-09-10 Thread Dheeraj Gupta
Hi, we are working on bug-1211011 (Flavors created in parent cell are not propagated to the child cell).. we need a few pointers from the community (and people working with cells). The problem is that if the "instance_type" tables are not in sync in all cells we can spawn a different flavor than t