blob: 5822e1bcf6d23357530a8aba1b8071cecc239ae3 [file] [log] [blame]
Jamie Hannaford5b7acc12015-02-13 09:14:25 +01001// 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