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:
@@ -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
|
||||
|
Reference in New Issue
Block a user