We created stable/juno and stable/kilo at the same time. First branching stable/kilo, and then brancing stable/juno from there. As a result, our stable/juno branches all contain version 2015.1.1 in setup.cfg. Attempting to change this to an appropriate 2015.2 version results in PBR errors because setup.cfg's version will be less than the last greatest git tag.
To make matters worse, some of the repositories' stable banches haven't moved at all and when sarob tagged master's 2015.2.0b1, the tag points to the HEAD of both master and stable/juno. ie, akanda-horizon's stable/juno's HEAD points to the same hash as 2015.2.0b1 tag, but its setup.cfg reads 2015.1.1 and is effectively wedged.
Fix proposed to branch: stable/juno /review. openstack. org/217801
Review: https:/