-1

I am writing a python script to delete openstack images based on the last access date.

But from the documentation of image object openstack.image.v2.image.Image I could only get updated_at and created_at dates of image and not the last accessed date.

Is there any other way by which I can get the last-access date of image?

Any help/suggestions would be helpful.

Thanks.

  • Have you already tried something? StackOverflow isn't a code writing service. Do your research and if you're having problems with your code, you're always welcome to ask a question here. Please see [ask]? – fuggerjaki61 Feb 13 '21 at 22:58

1 Answers1

0

"Last access date image" means that which running instance using the image ? and when that instance was created ?

Norbert_Cs
  • 116
  • 2