volume: Temporarily ignore Volume.backup_id column

We really need a better way to do this.

Change-Id: I631748e2dfe3c136156d7987eab952370a88d35b
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Related: https://review.opendev.org/c/openstack/openstacksdk/+/958801
This commit is contained in:
Stephen Finucane
2025-08-29 13:31:55 +01:00
parent 94e447af80
commit 5f1ffe742c

View File

@@ -107,6 +107,8 @@ def _format_volume(volume: _volume.Volume) -> dict[str, ty.Any]:
'os-volume-replication:extended_status',
# unnecessary columns
'links',
# temporarily ignored columns
'backup_id',
}
optional_columns = {
# only present if part of a consistency group