ajiang38740
ajiang38740
With storing the flavor id in the userData of VS. I can show the flavor properly: +-----------------------------+-------------------------------------------------------------+ | Property | Value | +-----------------------------+-------------------------------------------------------------+ | OS-EXT-AZ:availability_zone | 138124 | | OS-EXT-STS:power_state...
You got a good point. For the virtual servers created before this change or not by jumpgate, as long as it fits the hardcoded flavor list, I can update the...
Actually, there is a private core vs non private and need to deal with local vs san disks. Here is the refined version of this flavorid P-C-M-A-D , P private...
The '-' dash is just easy for python split().
So when nova flavor-list is called, the flavor code will generate the full list of permutation based on the above formula and this flavor string can be used for CCI...
Thanks for point that out. I think my idea is the same as what you have planned in #27. And Trove is broken from flavor perspective: https://github.com/openstack/trove/blob/d745a60c351473ac2bd565e25041d65a350f61e3/trove/flavor/views.py ``` def data(self):...
In order to do nova flavor-list, just need to predefine the list of possible choices of cpus , memory and disks and generate permutation on the fly.