Merge "Allow filtering of volumes by properties"
This commit is contained in:
@@ -30,6 +30,7 @@ class Volume(resource.Resource, metadata.MetadataMixin):
|
||||
'project_id',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
properties='metadata',
|
||||
all_projects='all_tenants',
|
||||
)
|
||||
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user