Creating an Instance Flavor
You can refer to this section to create different instance flavors as required.
- Import environment variables.
source ~/.admin-openrc
- Create an instance flavor.
openstack flavor create $flavor_name --ram $memory_size --vcpus $cpu_num --disk $disk_size --public
Modify the following parameters as required:
- Replace flavor_name with the name of the created flavor.
- Replace memory_size with the specified memory size, in MB.
- Replace cpu_num with the specified number of CPUs.
- Replace disk_size with the specified drive size, in GB.
Parent topic: Verification and Usage