[openstack-dev] EOL tags and upper-constraints.txt in tox.ini

Michal Pryc mpryc at redhat.com
Wed Sep 20 11:35:44 UTC 2017


Hi,

EOL releases for the nova component (checked neutron as well, possibly many
other components) have wrong pointers to the upper-constraints.txt files as
they are referencing stable/branch rather then branch-eol, see example:

https://github.com/openstack/nova/blob/liberty-eol/tox.ini#L12

Line:
https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/liberty

Should be:
https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=liberty-eol

EOL means there should be no more changes to the release, but in this case
process of EOL'ing made regression as now it's impossible to run tests
against those tags (this applies to liberty/mitaka and in the future newer
releases).

Should this be fixed somehow or EOL isn't really meant to be touched and
fixed and those will be left broken ?

-- 
best
Michal Pryc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170920/98f237e3/attachment.html>


More information about the OpenStack-dev mailing list