<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 12, 2014 at 1:48 AM, Pasquale Porreca <span dir="ltr"><<a href="mailto:pasquale.porreca@dektech.com.au" target="_blank">pasquale.porreca@dektech.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">From my point of view it is not advisable to base some functionalities<br>
of the instances on direct calls to Openstack API. This for 2 main<br>
reasons, the first one: if the Openstack code changes (and we know<br>
Openstack code does change) it will be required to change the code of<br>
the software running in the instance too; the second one: if in the<br>
future one wants to pass to another cloud infrastructure it will be more<br>
difficult to achieve it.<br></blockquote><div><br></div><div><br></div><div>Thoughts on your two reasons:</div><div><br></div><div>1) What happens if OpenStack code changes? </div><div><br></div><div>While OpenStack is under very active development we have stable APIs, especially around something like booting an instance. So the API call to boot an instance with a specific image *should not* change as you upgrade OpenStack (unless we deprecate an API, but this will be a slow multi year process).</div><div><br></div><div>2) "if in the future one wants to pass to another cloud infrastructure it will be more difficult to achieve it." </div><div><br></div><div>Why not use something like apache jcloud to make this easier? <a href="https://jclouds.apache.org/">https://jclouds.apache.org/</a></div><div><br></div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span class="im"><br>
On 12/12/14 01:20, Joe Gordon wrote:<br>
> On Wed, Dec 10, 2014 at 7:42 AM, Pasquale Porreca <<br>
> <a href="mailto:pasquale.porreca@dektech.com.au">pasquale.porreca@dektech.com.au</a>> wrote:<br>
><br>
>> >  Well, one of the main reason to choose an open source product is to avoid<br>
>> > vendor lock-in. I think it is not<br>
>> > advisable to embed in the software running in an instance a call to<br>
>> > OpenStack specific services.<br>
>> ><br>
> I'm sorry I don't follow the logic here, can you elaborate.<br>
><br>
><br>
<br>
</span><div class=""><div class="h5">--<br>
Pasquale Porreca<br>
<br>
DEK Technologies<br>
Via dei Castelli Romani, 22<br>
00040 Pomezia (Roma)<br>
<br>
Mobile <a href="tel:%2B39%203394823805" value="+393394823805">+39 3394823805</a><br>
Skype paskporr<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br></div></div>