Image_tagsΒΆ

class glanceclient.v2.image_tags.Controller(http_client, schema_client)

Bases: object

delete(image_id, tag_value)

Delete the tag associated with the given image.

Parameters:
  • image_id – Image whose tag to be deleted.
  • tag_value – tag value to be deleted.
model
update(image_id, tag_value)

Update an image with the given tag.

Parameters:
  • image_id – image to be updated with the given tag.
  • tag_value – value of the tag.