Files
cinder/etc/cinder/resource_filters.json
T
wangxiyuan 0f5a7f3ac3 Support az filter for snapshot
Sometimes if users want to create volumes from snapshots
with a specified availability_zone, users may want to know
what snapshots are available. In this case, users always
want to filter the snapshots with "availability_zone" first.

This patch added the availability_zone filter for snapshot list.

Change-Id: I8953eca5f535c1399dc882c4a232fbeef9bb2959
2017-09-07 10:25:58 +08:00

15 lines
575 B
JSON

{
"volume": ["name", "status", "metadata",
"bootable", "migration_status", "availability_zone",
"group_id"],
"backup": ["name", "status", "volume_id"],
"snapshot": ["name", "status", "volume_id", "metadata",
"availability_zone"],
"group": [],
"group_snapshot": ["status", "group_id"],
"attachment": ["volume_id", "status", "instance_id", "attach_status"],
"message": ["resource_uuid", "resource_type", "event_id",
"request_id", "message_level"],
"pool": ["name", "volume_type"]
}