Jamie Hannaford | bdc8697 | 2014-10-24 17:12:34 +0200 | [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 |