January 2018
Intermediate to advanced
398 pages
7h 54m
English
Before Nova can start instances, it first needs to know what resources should be assigned to those instances. The way Nova handles resource assignments is to define flavors. A flavor specifies the number of vCPUs, RAM, and the disk to assign to an instance.
To create a new flavor, you will need the following:
openstack command-line clientopenrc file containing appropriate credentialsThe flavor we will create in this example will have the following attributes:
openstack.cookbookThe following commands are used to create a new flavor:
Read now
Unlock full access