glanceclient.v1.images.Image(manager, info, loaded=False)¶Bases: glanceclient.v1.apiclient.base.Resource
data(**kwargs)¶delete(**kwargs)¶update(**fields)¶glanceclient.v1.images.ImageManager(client)¶Bases: glanceclient.v1.apiclient.base.ManagerWithFind
create(**kwargs)¶Create an image.
TODO(bcwaldon): document accepted params
data(image, do_checksum=True, **kwargs)¶Get the raw data for a specific image.
| Parameters: |
|
|---|---|
| Return type: | iterable containing image data |
delete(image, **kwargs)¶Delete an image.
get(image, **kwargs)¶Get the metadata for a specific image.
| Parameters: | image – image object or id to look up |
|---|---|
| Return type: | Image |
list(**kwargs)¶Get a list of images.
| Parameters: |
|
|---|---|
| Return type: | list of |
update(image, **kwargs)¶Update an image.
TODO(bcwaldon): document accepted params
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.