Bases: glanceclient.common.base.Resource
Bases: glanceclient.common.base.Manager
Create an image
TODO(bcwaldon): document accepted params
Get the raw data for a specific image.
Parameters: |
|
---|---|
Return type: | iterable containing image data |
Delete an image.
Get the metadata for a specific image.
Parameters: | image – image object or id to look up |
---|---|
Return type: | Image |
Get a list of images.
Parameters: |
|
---|---|
Return type: | list of Image |
Update an image
TODO(bcwaldon): document accepted params