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
It includes https://review.openstack.org/#/c/453431 which adds hooks
for external install and svc management.
Change-Id: I7876008d1efb23abe44d852db7b27d1070e221c1
This new version includes fixes for CentOS 7.4 and adds new
options.
Depends-On: Ia4200b5ac5e82321315de89c8734a1e206c34c9e
Change-Id: I4756e0cb84c6fbc4394d48e0fd54dcf3acd0ae69
This new version includes fixes for CentOS 7.4 and adds new
options.
Depends-On: I8edef95bb704cc9040add484ca39e37762d4cbb4
Change-Id: I02283e1906c995f7398e8528afcc48cf94313808