<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Wed, Mar 15, 2017 at 11:38 AM Dmitry Tantsur <<a href="mailto:dtantsur@redhat.com">dtantsur@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 02/27/2017 12:34 PM, Andrea Frittoli wrote:<br class="gmail_msg">
> Hello folks,<br class="gmail_msg">
><br class="gmail_msg">
> TL;DR: if today you import manager,py from tempest.scenario please maintain a<br class="gmail_msg">
> copy of [0] in tree until further notice.<br class="gmail_msg">
<br class="gmail_msg">
Hi!<br class="gmail_msg">
<br class="gmail_msg">
I hope it is pretty obvious, but just to be clear. Anything that this copied<br class="gmail_msg">
file uses should be treated more or less as a stable API by the QA team during<br class="gmail_msg">
the whole transition period. The last thing we want to happen is for this file<br class="gmail_msg">
to break all the time because its dependencies (imports, functions, classes it<br class="gmail_msg">
uses) are not stable.<br class="gmail_msg">
<br class="gmail_msg">
If it's not the case, please update it, and let us know the git hash to use to<br class="gmail_msg">
grab the final version of the file.<br class="gmail_msg">
<br class="gmail_msg"></blockquote><div><br></div><div>Your code depends on manager.py and its dependencies today,</div><div>and copying that in-tree removes at least one of the dependencies.</div><div><br></div><div>The only case were you're in a worse situation is if one of the imports is removed / renamed,</div><div>and we'll do our best to avoid that.</div><div><br></div><div>My recommendation would be to trim down your copy of manager.py to the bare minimum you</div><div>need, which is likely to be much smaller than the whole module.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks for understanding!<br class="gmail_msg">
<br class="gmail_msg">
__________________________________________________________________________<br class="gmail_msg">
OpenStack Development Mailing List (not for usage questions)<br class="gmail_msg">
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" class="gmail_msg" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br class="gmail_msg">
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" class="gmail_msg" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br class="gmail_msg">
</blockquote></div></div>