<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 29, 2015 at 9:11 AM, Sean Dague <span dir="ltr"><<a href="mailto:sean@dague.net" target="_blank">sean@dague.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On 04/29/2015 10:05 AM, Sean Dague wrote:<br>
> On 04/29/2015 09:29 AM, Filip Blaha wrote:<br>
>> Hi Serg<br>
>><br>
>> I checked devstack log [1] and it seems that stevedore==1.4.0 was<br>
>> installed due to congress<br>
>><br>
>> 2015-04-29 11:12:16.120<br>
>> <<a href="http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/devstacklog.txt.gz#_2015-04-29_11_12_16_120" target="_blank">http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/devstacklog.txt.gz#_2015-04-29_11_12_16_120</a>>|<br>
>> Successfully installed PyYAML-3.11 argparse-1.3.0 jsonpatch-1.9<br>
>> jsonpointer-1.7 oslo.config-1.11.0 pyOpenSSL-0.15.1<br>
>> python-cloudfoundryclient-1.0.2 requests-2.6.2 stevedore-1.4.0<br>
>><br>
>> It is last entry in log mentioning installation stevedore<br>
>><br>
>> [1]<br>
>> <a href="http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/devstacklog.txt.gz" target="_blank">http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/devstacklog.txt.gz</a><br>
><br>
> Not, it was installed due to keystonemiddleware -<br>
> <a href="http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/devstacklog.txt.gz#_2015-04-29_11_02_13_727" target="_blank">http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/devstacklog.txt.gz#_2015-04-29_11_02_13_727</a><br>
<br>
</span>Actually, it's more insideous than this. It's installed at 1.4.0 there,<br>
then it's downgraded to 1.3.0 when glance is installed, and then it's<br>
pushed back to 1.4.0 because of:<br>
<br>
<a href="http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/devstacklog.txt.gz#_2015-04-29_11_12_08_418" target="_blank">http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/devstacklog.txt.gz#_2015-04-29_11_12_08_418</a><br>
<br>
pip install -U should not be used in the general case, only in *very*<br>
specific cases.<br>
<br>
Whatever is hardcoding -U is the source of your problem.<br>
<span class=""></span> <br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class=""><font color="#888888">
        -Sean<br>
</font></span><div class=""><div class="h5"><br>
--<br>
Sean Dague<br>
<a href="http://dague.net" target="_blank">http://dague.net</a><br>
<br>
</div></div></blockquote><div><br><div>There's a review posted to update keystonemiddleware's 
requirements: <a href="https://review.openstack.org/#/c/173972/">https://review.openstack.org/#/c/173972/</a> . It was broken 
for a while after the branch was created due to pycadf installing 
oslo.messaging. For some reason it's working now even without the pycadf
 changes, but Doug H has a -2 on it. I'd like to know what the reqs are supposed to be for all the stable/kilo libraries -- I assumed we wanted them all to match global-requirements.<br><br></div><div>I think all of our tox.ini's have -U: <a href="http://git.openstack.org/cgit/openstack/nova/tree/tox.ini#n6">http://git.openstack.org/cgit/openstack/nova/tree/tox.ini#n6</a><br></div><div><br></div><div>- Brant<br></div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</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>