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

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

Bases: tempest.lib.common.rest_client.RestClient

add_image_tag(image_id, tag)[source]
create_image(**kwargs)[source]

Create an image.

Available params: see http://developer.openstack.org/
api-ref-image-v2.html#createImage-v2
create_image_member(image_id, **kwargs)[source]

Create an image member.

Available params: see http://developer.openstack.org/
api-ref-image-v2.html#createImageMember-v2
create_namespace(**kwargs)[source]

Create a namespace.

Available params: see http://developer.openstack.org/
api-ref-image-v2.html#createNamespace-v2
deactivate_image(image_id)[source]
delete_image(image_id)[source]
delete_image_member(image_id, member_id)[source]
delete_image_tag(image_id, tag)[source]
delete_namespace(namespace)[source]
is_resource_deleted(id)[source]
list_image_members(image_id)[source]
list_images(params=None)[source]
list_resource_types()[source]
reactivate_image(image_id)[source]
show_image(image_id)[source]
show_image_file(image_id)[source]
show_image_member(image_id, member_id)[source]
show_namespace(namespace)[source]
show_schema(schema)[source]
store_image_file(image_id, data)[source]
update_image(image_id, patch)[source]

Update an image.

Available params: see http://developer.openstack.org/
api-ref-image-v2.html#updateImage-v2
update_image_member(image_id, member_id, **kwargs)[source]

Update an image member.

Available params: see http://developer.openstack.org/
api-ref-image-v2.html#updateImageMember-v2
update_namespace(namespace, **kwargs)[source]

Update a namespace.

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

Previous topic

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

Next topic

The ceilometer.tests.unit.agent.agentbase Module

Project Source

This Page