Sphinx 1.4 and Babel appear incompatible,
so cap the version we use.
https://github.com/sphinx-doc/sphinx/issues/2394
Change-Id: I1e76563b6adc4bac74759517725bb12f33d553dc
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Add a link to the Mitaka-specific documentation as an easy entry point
for users exploring the new release.
Change-Id: I71106a4dbbe86204c462b5e93d74e1cb07fbf64d
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Enforce the rule that independent projects do not belong in the
series-specific deliverables files.
Change-Id: Ia74189c9572cc8c648657f4c7937cd3c06d9e486
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
The git log range is apparently inclusive, which means when we try to
produce the list of changes that won't be in a release, we need to stop
at the parent of the target commit. Use ~1 to indicate the first parent
of the commit, which should always be the commit on the branch into
which a merge happened.
Change-Id: I7189b296a74445779c2227d63809d7d905cbb2db
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Based on request from the release team:
http://markmail.org/message/kpelb3di6lw5ame4
To support final global requirements for Mitaka.
Change-Id: If7022d706d8d56e65df99f576c3116556eeb552a
openstack-ansible needs to be able to release version-specific updates
after a release cycle is finished. Our tools don't support that well,
and they want to change to the cycle-with-intermediary release model
anyway, so let's just undo the change to merge their release data into
an independent deliverable file by restoring the liberty deliverable
file. The project was not official during kilo, so do not restore
that file.
The governance change for the release model update is in
https://review.openstack.org/#/c/297297
This partially reverts commit 5e15c8b6ab49486e242e23d3d028fbf7a85b9360.
Change-Id: I0a9baae82da06841904300894e47cfd05759d0ca
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
The Tacker project was not an official project during the liberty cycle,
and as such should not be listed as part of the liberty release.
Change-Id: I34b38c72690e4ec439613d2de30c142c08946266
Signed-off-by: Doug Hellmann <doug@doughellmann.com>