Jamie Hannaford | bdc8697 | 2014-10-24 17:12:34 +0200 | [diff] [blame] | 1 | // Package images provides information and interaction with the image API |
2 | // resource in the OpenStack Compute service. | ||||
3 | // | ||||
4 | // An image is a collection of files used to create or rebuild a server. | ||||
5 | // Operators provide a number of pre-built OS images by default. You may also | ||||
6 | // create custom images from cloud servers you have launched. | ||||
7 | package images |