Merge "Allow filtering of volumes by properties"

This commit is contained in:
Zuul
2025-07-22 12:45:57 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ class Volume(resource.Resource, metadata.MetadataMixin):
'project_id',
'created_at',
'updated_at',
properties='metadata',
all_projects='all_tenants',
)

View File

@@ -100,6 +100,7 @@ class TestVolume(base.TestCase):
"project_id": "project_id",
"created_at": "created_at",
"updated_at": "updated_at",
"properties": "metadata",
"limit": "limit",
"marker": "marker",
},