Hi Infra Team, Today I am seeing that my CI, including other peoples CI and Jenkins is failing during devstack installation.
This is the error snippet which I am observing in every CI failure: 2015-04-07 05:49:11.125 | + cd /opt/stack/new/requirements 2015-04-07 05:49:11.125 | + python update.py /opt/stack/new/keystone 2015-04-07 05:49:11.429 | Traceback (most recent call last): 2015-04-07 05:49:11.429 | File "update.py", line 274, in <module> 2015-04-07 05:49:11.429 | main(options, args) 2015-04-07 05:49:11.429 | File "update.py", line 259, in main 2015-04-07 05:49:11.429 | _copy_requires(options.suffix, options.softupdate, args[0]) 2015-04-07 05:49:11.429 | File "update.py", line 219, in _copy_requires 2015-04-07 05:49:11.429 | source_reqs = _parse_reqs('global-requirements.txt') 2015-04-07 05:49:11.429 | File "update.py", line 140, in _parse_reqs 2015-04-07 05:49:11.429 | reqs[_parse_pip(pip)] = pip 2015-04-07 05:49:11.429 | File "update.py", line 101, in _parse_pip 2015-04-07 05:49:11.429 | elif install_require.url: 2015-04-07 05:49:11.430 | AttributeError: 'InstallRequirement' object has no attribute 'url' Going a bit deep we found out that pip version has been changed from *6.0.8* to *6.1.0*, which is causing this error. Are others experiencing the same issue?? -- *Thanks & Regards,* *Abhishek* *Cloudbyte Inc. <http://www.cloudbyte.com>*
_______________________________________________ OpenStack-Infra mailing list OpenStack-Infra@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra