blob: 4d281d562fff994b3c526d3325e2ceeba9348c6d [file] [log] [blame]
Jamie Hannaford5b7acc12015-02-13 09:14:25 +01001// Package flavors provides information and interaction with the flavor API
Jamie Hannaford9793d942015-02-18 15:13:20 +01002// resource in the OpenStack Database service.
Jamie Hannaford5b7acc12015-02-13 09:14:25 +01003//
Jamie Hannaford9793d942015-02-18 15:13:20 +01004// A flavor is an available hardware configuration for a database instance.
5// Each flavor has a unique combination of disk space, memory capacity and
6// priority for CPU time.
Jamie Hannaford5b7acc12015-02-13 09:14:25 +01007package flavors