Bases: glanceclient.v1.apiclient.base.Resource
Bases: glanceclient.v1.apiclient.base.ManagerWithFind
Create an image.
TODO(bcwaldon): document accepted params
Get the raw data for a specific image.
image – image object or id to look up
do_checksum – Enable/disable checksum validation
iterable containing image data
Delete an image.
Get the metadata for a specific image.
image – image object or id to look up
Get a list of images.
page_size – number of items to request in each paginated request
limit – maximum number of images to return
marker – begin returning images that appear later in the image list than that represented by this image id
filters – dict of direct comparison filters that mimics the structure of an image object
owner – If provided, only images with this owner (tenant id) will be listed. An empty string (‘’) matches ownerless images.
return_req_id – If an empty list is provided, populate this list with the request ID value from the header x-openstack-request-id
list of Image
alias of glanceclient.v1.images.Image
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.