Skip to content

Commit 5f1ffe7

Browse files
committed
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
1 parent 94e447a commit 5f1ffe7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openstackclient/volume/v3/volume.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ def _format_volume(volume: _volume.Volume) -> dict[str, ty.Any]:
107107
'os-volume-replication:extended_status',
108108
# unnecessary columns
109109
'links',
110+
# temporarily ignored columns
111+
'backup_id',
110112
}
111113
optional_columns = {
112114
# only present if part of a consistency group

0 commit comments

Comments
 (0)