Remove old, unsupported parameters from documentation in image_info module

This patch removes "deleted" and "deleted_at" from the doc in image_info module.
These params were never returned since image_info started using openstacksdk.

Change-Id: Id5aa9164bacf7808fd21235bd7327569344295ab
This commit is contained in:
anbanerj 2022-03-18 15:38:45 +05:30 committed by Jakob Meng
parent 5f1ffe2b99
commit aae539ac8c
1 changed files with 0 additions and 8 deletions

View File

@ -88,10 +88,6 @@ openstack_image:
description: Image created at timestamp.
returned: success
type: str
deleted:
description: Image deleted flag.
returned: success
type: bool
container_format:
description: Container format of the image.
returned: success
@ -132,10 +128,6 @@ openstack_image:
description: Is public flag of the image.
returned: success
type: bool
deleted_at:
description: Image deleted at timestamp.
returned: success
type: str
size:
description: Size of the image.
returned: success