The ceilometer.tests.tempest.service.images.v1.images_client Module

class ceilometer.tests.tempest.service.images.v1.images_client.ImagesClient(auth_provider, catalog_type, region, **kwargs)[source]

Bases: tempest.lib.common.rest_client.RestClient

add_member(member_id, image_id, **kwargs)[source]

Add a member to an image.

Available params: see http://developer.openstack.org/
api-ref-image-v1.html#addMember-v1
check_image(image_id)[source]

Check image metadata.

create_image(**kwargs)[source]
delete_image(image_id)[source]
delete_member(member_id, image_id)[source]
is_resource_deleted(id)[source]
list_image_members(image_id)[source]
list_images(detail=False, **kwargs)[source]

Return a list of all images filtered by input parameters.

Available params: see http://developer.openstack.org/
api-ref-image-v1.html#listImage-v1

Most parameters except the following are passed to the API without any changes. :param changes_since: The name is changed to changes-since

list_shared_images(tenant_id)[source]

List shared images with the specified tenant

show_image(image_id)[source]

Get image details plus the image itself.

update_image(image_id, **kwargs)[source]

Previous topic

The ceilometer.tests.tempest.service.images.glance_http Module

Next topic

The ceilometer.tests.tempest.service.images.v2.images_client Module

Project Source

This Page