I need the cinder filter to support directing volumes to a specific backend based on tenant id and volume size. Something like: # tenant specific backend [backend-1] filter = (volume_size > 100G) && (tenant_id == abc123) # all others [backend-2] filter = (volume_size < 100G) Is this possible with the current set of kilo stable cinder filters ? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160225/e90b8262/attachment.html>