On 04/29/2015 09:29 AM, Filip Blaha wrote: > Hi Serg > > I checked devstack log [1] and it seems that stevedore==1.4.0 was > installed due to congress > > 2015-04-29 11:12:16.120 > <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>| > 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 > > It is last entry in log mentioning installation stevedore > > [1] > http://logs.openstack.org/61/178461/1/check/gate-murano-congress-devstack-dsvm/fa01b8f/logs/devstacklog.txt.gz
Not, it was installed due to keystonemiddleware - 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 > > Filip > > On 04/29/2015 03:12 PM, 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] >> https://github.com/openstack/congress/blob/stable/kilo/thirdparty-requirements.txt#L4 >> >> On Wed, Apr 29, 2015 at 3:46 PM, Filip Blaha <[email protected] >> <mailto:[email protected]>> 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] >> >> https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/murano.yaml#L42 >> >> [2] >> >> https://github.com/openstack/congress/blob/stable/kilo/thirdparty-requirements.txt#L4 >> >> <http://logs.openstack.org/04/171504/6/check/gate-murano-congress-devstack-dsvm/3b2d7e1/logs/devstacklog.txt.gz> >> [3] >> https://github.com/openstack/heat/blob/stable/kilo/requirements.txt#L47 >> >> Filip >> >> >> __________________________________________________________________________ >> OpenStack Development Mailing List (not for usage questions) >> Unsubscribe: >> [email protected]?subject:unsubscribe >> <http://[email protected]?subject:unsubscribe> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >> >> >> >> __________________________________________________________________________ >> OpenStack Development Mailing List (not for usage questions) >> Unsubscribe: [email protected]?subject:unsubscribe >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Sean Dague http://dague.net __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
