Jamie Hannaford | 5b7acc1 | 2015-02-13 09:14:25 +0100 | [diff] [blame] | 1 | // 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. | ||||
7 | package flavors |