blob: 5822e1bcf6d23357530a8aba1b8071cecc239ae3 [file] [log] [blame]
Jamie Hannafordbdc86972014-10-24 17:12:34 +02001// Package flavors provides information and interaction with the flavor API
2// resource in the OpenStack Compute service.
3//
4// A flavor is an available hardware configuration for a server. Each flavor
5// has a unique combination of disk space, memory capacity and priority for CPU
6// time.
7package flavors