<div dir="ltr">Hi Sean!<div>This package installed due keystonemiddleware just first time.</div><div>It was uninstalled later [1]<br>And installed again [2]<br><br>[1] <a href="http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/devstacklog.txt.gz#_2015-04-29_11_04_07_855">http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/devstacklog.txt.gz#_2015-04-29_11_04_07_855</a><br>[2] <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_12_603">http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/devstacklog.txt.gz#_2015-04-29_11_12_12_603</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-29 17:06 GMT+03:00 Filip Blaha <span dir="ltr"><<a href="mailto:filip.blaha@hp.com" target="_blank">filip.blaha@hp.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <div>Yes. Installed version is 1.4.0 and
      from that log it seems that it was caused by congress scripts<br>
      <br>
      
      <span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-transform:none;white-space:pre-wrap;word-spacing:0px;display:inline!important;float:none">sudo pip install -U -r
        /opt/stack/new/congress/thirdparty-requirements.txt<span class="HOEnZb"><font color="#888888"><br>
        <br>
        <br>
        Filip<br>
      </font></span></span><div><div class="h5"><br>
      On 04/29/2015 03:56 PM, Serg Melikyan wrote:<br>
    </div></div></div><div><div class="h5">
    <blockquote type="cite">
      <pre>Sean, Filip,

Exact versions of installed libraries may be found here:
<a href="http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/pip-freeze.txt.gz" target="_blank">http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/pip-freeze.txt.gz</a>

</pre>
      <blockquote type="cite">
        <pre>stevedore==1.4.0
</pre>
      </blockquote>
      <pre>On Wed, Apr 29, 2015 at 4:38 PM, Filip Blaha <a href="mailto:filip.blaha@hp.com" target="_blank"><filip.blaha@hp.com></a> wrote:
</pre>
      <blockquote type="cite">
        <pre>sorry I sent wrong link

<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>

In this log is :

Successfully installed PyYAML-3.11 argparse-1.3.0 jsonpatch-1.9
jsonpointer-1.7 oslo.config-1.11.0 pyOpenSSL-0.15.1
python-cloudfoundryclient-1.0.2 requests-2.6.2 stevedore-1.4.0

Filip



On 04/29/2015 03:21 PM, Sean Dague wrote:

I just looked at this run (linked in this message) -
<a href="http://logs.openstack.org/04/171504/6/check/gate-murano-congress-devstack-dsvm/3b2d7e1/logs/devstacklog.txt.gz" target="_blank">http://logs.openstack.org/04/171504/6/check/gate-murano-congress-devstack-dsvm/3b2d7e1/logs/devstacklog.txt.gz</a>


stevedore==1.3.0 is installed, never 1.4

The failure is completely unrelated to anything there -
<a href="http://logs.openstack.org/04/171504/6/check/gate-murano-congress-devstack-dsvm/3b2d7e1/logs/devstacklog.txt.gz#_2015-04-12_14_06_25_237" target="_blank">http://logs.openstack.org/04/171504/6/check/gate-murano-congress-devstack-dsvm/3b2d7e1/logs/devstacklog.txt.gz#_2015-04-12_14_06_25_237</a>



On 04/29/2015 09:12 AM, Serg Melikyan wrote:

Hi Filip,

In thirdparty-requirements for stable/kilo python-muranoclient should
have following version: "python-muranoclient>=0.5.6,<0.6.0". But I am
not sure that this will fix the issue, since we don't clearly know why
stevedore==1.4.0 is installed.

I see that python-keystoneclient does not have cap for stevedore in
stable/kilo, but still not 100% that it is a reason why 1.4.0 is installed.

[1]
<a href="https://github.com/openstack/congress/blob/stable/kilo/thirdparty-requirements.txt#L4" target="_blank">https://github.com/openstack/congress/blob/stable/kilo/thirdparty-requirements.txt#L4</a>

On Wed, Apr 29, 2015 at 3:46 PM, Filip Blaha <<a href="mailto:filip.blaha@hp.com" target="_blank">filip.blaha@hp.com</a>
<a href="mailto:filip.blaha@hp.com" target="_blank"><mailto:filip.blaha@hp.com></a>> wrote:

    Hello

    We are facing an issue with Congress devstack installation in our
    gate job testing murano-congress integration (policy enforcement)
    [1] .  Congress devstack scripts install stevedore==1.4.0 as a
    dependency of python-muranoclient without specified version [2].
    However heat requirement in stable/kilo is stevedore>=1.3.0,<1.4.0
    so heat engine is unable to start.

    Is possible to fix by specifying  murano client version not to be in
    confilct with heat requirements?

    [1]

<a href="https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/murano.yaml#L42" target="_blank">https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/murano.yaml#L42</a>

    [2]

<a href="https://github.com/openstack/congress/blob/stable/kilo/thirdparty-requirements.txt#L4" target="_blank">https://github.com/openstack/congress/blob/stable/kilo/thirdparty-requirements.txt#L4</a>

<a href="http://logs.openstack.org/04/171504/6/check/gate-murano-congress-devstack-dsvm/3b2d7e1/logs/devstacklog.txt.gz" target="_blank"><http://logs.openstack.org/04/171504/6/check/gate-murano-congress-devstack-dsvm/3b2d7e1/logs/devstacklog.txt.gz></a>
    [3]
    <a href="https://github.com/openstack/heat/blob/stable/kilo/requirements.txt#L47" target="_blank">https://github.com/openstack/heat/blob/stable/kilo/requirements.txt#L47</a>

    Filip


__________________________________________________________________________
    OpenStack Development Mailing List (not for usage questions)
    Unsubscribe:
    <a href="mailto:OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a>
    <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank"><http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe></a>
    <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>



__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: <a href="mailto:OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a>
<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>




__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: <a href="mailto:OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a>
<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>

</pre>
      </blockquote>
      <pre>__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: <a href="mailto:OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a>
<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>


</pre>
    </blockquote>
    <br>
  </div></div></div>

<br>__________________________________________________________________________<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>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div style="color:rgb(136,136,136)">Kind Regards, </div><div style="color:rgb(136,136,136)">Ryzhenkin Victor.</div><div style="color:rgb(136,136,136)">Junior QA engineer<br>Mirantis, Inc</div><div style="color:rgb(136,136,136)">+7(927)129-40-75 (cell)</div><div style="color:rgb(136,136,136)"><a href="http://www.mirantis.ru/" style="color:rgb(0,0,0)" target="_blank">www.mirantis.ru</a></div><div style="color:rgb(136,136,136)"><font face="arial, sans-serif"><a href="mailto:vryzhenkin@mirantis.com" target="_blank">vryzhenkin@mirantis.com</a></font></div></div></div></div></div></div></div>
</div>