<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Tue, Nov 27, 2018 at 1:05 PM iain MacDonnell <<a href="mailto:iain.macdonnell@oracle.com">iain.macdonnell@oracle.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
>> Want to know if we can have a new Cinder tag release to incorporate <br>
>> the new fixes.<br>
> <br>
> [attempting to cross-post to openstack-discuss]<br>
> <br>
> Cinder 13.x releases are OpenStack Rocky, and the upper-constraints for <br>
> Rocky [1] says oslo.messaging===8.1.2, so there should be no need to <br>
> backport this fix.<br>
> <br>
> Are you trying to run the unit tests when you see this? When I run tox <br>
> on stable/rocky, it installs 8.1.2 as one of the dependencies, although, <br>
> to be honest, I'm really not sure how tox knows that that's the right <br>
> version.<br>
<br>
Ahh, here's how it knows :-<br>
<br>
$ grep install_command tox.ini<br>
install_command = pip install <br>
-c{env:UPPER_CONSTRAINTS_FILE:<a href="https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky" rel="noreferrer" target="_blank">https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky</a>} <br>
{opts} {packages}<br>
$<br>
<br>
     ~iain<br></blockquote><div><br></div><div>Yeah, we shouldn't need to backport something like this. We have upper constraints specifically</div><div>to avoid needing to handle cases like this.</div><div><br></div><div>Sean</div></div></div>