// Package flavors provides information and interaction with the flavor API | |
// resource in the OpenStack Compute service. | |
// | |
// A flavor is an available hardware configuration for a server. Each flavor | |
// has a unique combination of disk space, memory capacity and priority for CPU | |
// time. | |
package flavors |