Hi, I'd like you to take a look at this patch for potential DocImpact. https://review.openstack.org/33774 Log: commit 4ba82d5aa08c8715ed53955de63da70ccbaba551 Author: He Jie Xu <xuhj at linux.vnet.ibm.com> Date: Thu Jun 20 12:57:55 2013 +0800 Fix v3 hypervisor extension search action follow REST principles The original search action as below: '/os-hypervisors/[filters]/search' It doesn't follow REST principles. So change it as: '/os-hypervisors/search?query=[filters]' This follow the suggestion from http://www.slideshare.net/apigee/restful-api-design-second-edition#btnNext at 77 pages. Partially implements: bp v3-api-extension-versioning DocImpact Change-Id: I114868112e0dd719c046853de29df5cfa8dae6b5 Automatically generated bug (please review): https://bugs.launchpad.net/bugs/1197419