Update resource_filter to keep backward compatibility
After using general filter feature, some filters which were supported by default now aren't supported. This patch updated the resource_filter.json to let the filters keep the backward compatibility. Closes-bug: #1708060 Change-Id: Idf3c4c5f03af81918369c15d05f856cc6eff7596
This commit is contained in:
parent
7cd9ed53d8
commit
130890a87a
@ -1,11 +1,12 @@
|
||||
{
|
||||
"volume": ["name", "status", "image_metadata",
|
||||
"bootable", "migration_status"],
|
||||
"volume": ["name", "status", "metadata",
|
||||
"bootable", "migration_status", "availability_zone",
|
||||
"group_id"],
|
||||
"backup": ["name", "status", "volume_id"],
|
||||
"snapshot": ["name", "status", "volume_id"],
|
||||
"snapshot": ["name", "status", "volume_id", "metadata"],
|
||||
"group": [],
|
||||
"group_snapshot": ["status", "group_id"],
|
||||
"attachment": ["volume_id"],
|
||||
"attachment": ["volume_id", "status", "instance_id", "attach_status"],
|
||||
"message": ["resource_uuid", "resource_type", "event_id",
|
||||
"request_id", "message_level"],
|
||||
"pool": ["name", "volume_type"]
|
||||
|
Loading…
Reference in New Issue
Block a user