Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 654 Bytes

Create-and-manage-flavors.md

File metadata and controls

15 lines (11 loc) · 654 Bytes

Flavors

In OpenStack, flavors define the compute, memory, and storage capacity of nova computing instances. To put it simply, a flavor is an available hardware configuration for a server. It defines the size of a virtual server that can be launched.

A flavor consists of a list of parameters including Name, vCPUs, RAM, etc. Check here for a full list of the available specs.

Create and manage flavors