Set up the logging module to print to stdout so we can capture info
about processing in the console log. This patch changes the existing
error and warning print messages, but logging will be more important
when we integrate the reno for release notes printing later.
Change-Id: Ibf94d8527b879b0075516b6bdb26b7f5f266b021
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This patch copies all of the extra values from release-tools in
anticipation of needing them when the remaining commands are copied from
release-tools into this repository.
Change-Id: Ia8c12d8d8b171453323e4a9b3b60037fa6354eb9
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Expanding this warning message makes it easier to debug errors related
to "new" releases not appearing at the end of the release list.
Change-Id: Ie33de25ee68b434c93d3951930b085c817799f98
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Octavia projects have migrated to storyboard. This patch updates the
deliverables to use the storyboard project instead of the launchpad
project.
Change-Id: Ia30a4ca9f6679c549f48300fa9ed5d7a31f12619
The list changes output of I5485b7ea35be76d7c980e7b222b0c3320770493c
looks 'messy' as some branches do not resolve to a tag. A shell based
example of what the current code does:
[tony@thor networking-bgpvpn]$ for branch in $(git branch -a | grep -v -- -\> | tr '[*]' '[ ]') ; do printf "%-30s %s\n" $branch $(git describe --abbrev=0 $branch); done
master 7.0.0.0rc1
fatal: No tags can describe '8ff78c308a004cdc948c804190d1178d7263781f'.
Try --always, or create some tags.
remotes/gerrit/backport/juno
fatal: No tags can describe '06aa314936eb9a43d358ed75b2e8fef2dadb59d6'.
Try --always, or create some tags.
remotes/gerrit/backport/kilo
remotes/gerrit/master 7.0.0.0rc1
remotes/gerrit/stable/newton 5.0.0
remotes/gerrit/stable/ocata 6.0.0
remotes/gerrit/stable/pike 7.0.0
fatal: No tags can describe '8ff78c308a004cdc948c804190d1178d7263781f'.
Try --always, or create some tags.
remotes/origin/backport/juno
fatal: No tags can describe '06aa314936eb9a43d358ed75b2e8fef2dadb59d6'.
Try --always, or create some tags.
remotes/origin/backport/kilo
remotes/origin/master 7.0.0.0rc1
remotes/origin/stable/newton 5.0.0
remotes/origin/stable/ocata 6.0.0
remotes/origin/stable/pike 7.0.0
Adding --always:
[tony@thor networking-bgpvpn]$ for branch in $(git branch -a | grep -v -- -\> | tr '[*]' '[ ]') ; do printf "%-30s %s\n" $branch $(git describe --always --abbrev=0 $branch); done
master 7.0.0.0rc1
remotes/gerrit/backport/juno 8ff78c308a004cdc948c804190d1178d7263781f
remotes/gerrit/backport/kilo 06aa314936eb9a43d358ed75b2e8fef2dadb59d6
remotes/gerrit/master 7.0.0.0rc1
remotes/gerrit/stable/newton 5.0.0
remotes/gerrit/stable/ocata 6.0.0
remotes/gerrit/stable/pike 7.0.0
remotes/origin/backport/juno 8ff78c308a004cdc948c804190d1178d7263781f
remotes/origin/backport/kilo 06aa314936eb9a43d358ed75b2e8fef2dadb59d6
remotes/origin/master 7.0.0.0rc1
remotes/origin/stable/newton 5.0.0
remotes/origin/stable/ocata 6.0.0
remotes/origin/stable/pike 7.0.0
Change-Id: Ic59797ea2c7e2278e8b25f45511009620e6f103a
In the past we have unfrozen the requirements repo before it was ideal
to allow changes. In order to make sure the appropriate people are
handling this, updating the PROCESS doc to note that the requirements
team should be the ones to perform this unfreeze.
Change-Id: I7c36be1b6f3f6f0b164901c88f5572d35f05a0c3
Now that Pike is out, this release marks the last release in the series
that allowed non-critical/non-CVE fixes.
Change-Id: I29477e7b9863bebaf0199f2514dee656500cff3b
The final release of Pike had multiple regressions in DVR code as well
as in SR-IOV logic. It also lacked several fixes for better API
compatibility for the new Pecan framework. This release should fix
those.
It includes neutron and neutron-fwaas only. -dynamic-routing didn't have
any new patches.
Change-Id: I67b33a5fb7fe6c667c52b6112bb54d70976855d1