| // Package servers provides information and interaction with the server API | |
| // resource in the OpenStack Compute service. | |
| // | |
| // A server is a virtual machine instance in the compute system. In order for | |
| // one to be provisioned, a valid flavor and image are required. | |
| package servers |