How to create/list/delete flavors in OpenStack using API
In Openstack flavors define the size of a virtual server that can be launched. It includes compute, memory, and storage capacity of a virtual server. A flavor consists of many parameters of which the following are required: Flavor ID (required) – If not specified, an auto-generated ID shall be assigned Name…