Re: [openstack-dev] [nova] How to microversion API code which is not in API layer

2015-06-13 Thread Devananda van der Veen
Yes. A new query parameter is a change in the contract, regardless of where the code change lies. -Deva On Jun 12, 2015 6:20 PM, "Chen CH Ji" wrote: > Hi > We have [1] in the db layer and it's directly used by API > layer , the filters is directly from client's input >

Re: [openstack-dev] [nova] How to microversion API code which is not in API layer

2015-06-12 Thread Matt Riedemann
On 6/12/2015 11:11 AM, Chen CH Ji wrote: Hi We have [1] in the db layer and it's directly used by API layer , the filters is directly from client's input In this case, when doing [2] or similar changes, do we need to consider microversion usage when we change options