Bases: glanceclient.openstack.common.apiclient.base.Resource
Bases: glanceclient.openstack.common.apiclient.base.ManagerWithFind
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 |
alias of Image
Update an image.
TODO(bcwaldon): document accepted params