Let's get concrete for a moment, because it makes a difference which API we're talking about.<br><br>We have to guarantee a fairly high degree of backwards compatibility within the REST API. Adding new capabilities, and exposing them in a discoverable way, is fine; a backwards-incompatible breaking change to the REST API is definitely not OK without a version bump. We should (and do) make a strong effort not to land any REST API change without appreciable thought and testing of its impact. Changes here have an immediate effect on anyone following trunk.<div><div><br></div><div>The RPC API is another area of compatibility, and perhaps the one most clearly versioned today. We must continue supporting running disparate versions of the RPC client and server (that is, rpcapi.py and manager.py) so that operators can upgrade the API and Conductor services asymmetrically. Changes to the RPC API are done in such a way that each service can be upgraded independently of other services.</div><div><br></div><div><div>The driver API is the only purely-python API we support -- and we know that there are downstream consumers of that API. OnMetal is one such; many other spoke up at the recent summit. While the impact of a breaking change here is less than in the REST API, it is not to be overlooked. There is a cost associated with maintaining an out-of-tree driver and we should make a best-effort to minimize that cost for folks who (for what ever reason) are in that boat.</div></div><div><br></div><div>-Devananda</div><div><br></div><br><div class="gmail_quote">On Thu Nov 20 2014 at 8:28:56 AM Lucas Alvares Gomes <<a href="mailto:lucasagomes@gmail.com" target="_blank">lucasagomes@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Ruby,<br>
<br>
Thank you for putting this up.<br>
<br>
I'm one of the ones think we should try hard (even really hard) to<br>
maintain the compatibility on every commit. I understand that it may<br>
sound naive because I'm sure that sometimes we will break things, but<br>
that doesn't means we shouldn't try.<br>
<br>
There may be people running Ironic in a continuous deployment<br>
environment, those are the users of the project and therefor the most<br>
important part of Ironic. Doesn't matter how well written Ironic code<br>
may be if nobody is using it. If we break that user workflow and he's<br>
unhappy that's the ultimate failure.<br>
<br>
I also understand that in the project POV we want to have fast<br>
interactions and shiny new features as quick as possible and trying to<br>
be backward compatibility all the time - on every commit - might slow<br>
that down. But in the user POV I believe that he doesn't care much<br>
about all the new features, he would mostly care about the things that<br>
used to work to continue to work for him.<br>
<br>
Also the backwards approach between releases and not commits might<br>
work fine in the non-opensource world where the code is kept indoors<br>
until the software is release, but in the opensource world where the<br>
code is out to people to use it all the time it doesn't seem to work<br>
that well.<br>
<br>
That's my 2 cents.<br>
<br>
Lucas<br>
<br>
On Thu, Nov 20, 2014 at 3:38 PM, Ruby Loo <<a href="mailto:rlooyahoo@gmail.com" target="_blank">rlooyahoo@gmail.com</a>> wrote:<br>
> Hi, we had an interesting discussion on IRC about whether or not we should<br>
> be maintaining backwards compatibility within a release cycle. In this<br>
> particular case, we introduced a new decorator in this kilo cycle, and were<br>
> discussing the renaming of it, and whether it needed to be backwards<br>
> compatible to not break any out-of-tree driver using master.<br>
><br>
> Some of us (ok, me or I) think it doesn't make sense to make sure that<br>
> everything we do is backwards compatible. Others disagree and think we<br>
> should, or at least strive for 'must be' backwards compatible with the<br>
> caveat that there will be cases where this isn't feasible/possible/whatever.<br>
> (I hope I captured that correctly.)<br>
><br>
> Although I can see the merit (well, sort of) of trying our best, trying<br>
> doesn't mean 'must', and if it is 'must', who decides what can be exempted<br>
> from this, and how will we communicate what is exempted, etc?<br>
><br>
> Thoughts?<br>
><br>
> --ruby<br>
><br>
> ______________________________<u></u><u></u>_________________<br>
> OpenStack-dev mailing list<br>
> <a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">OpenStack-dev@lists.openstack.<u></u><u></u>org</a><br>
> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/<u></u>cgi<u></u>-bin/mailman/listinfo/<u></u>openstac<u></u>k-dev</a><br>
><br>
<br>
______________________________<u></u><u></u>_________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">OpenStack-dev@lists.openstack.<u></u><u></u>org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/<u></u>cgi<u></u>-bin/mailman/listinfo/<u></u>openstac<u></u>k-dev</a><br>
</blockquote></div></div>