Update bugfix section

Remove bifrost mention
Add a note to remind to update the u-c links in tox.ini

Change-Id: I4ae4bfca87c19183d26b9928a3496c63b9f4aab3
This commit is contained in:
Riccardo Pittau
2022-05-10 15:54:06 +02:00
parent 34afea3af9
commit 59d4cc666b

View File

@@ -121,7 +121,6 @@ Bugfix branches
The following projects have ``bugfix/X.Y`` branches in addition to standard The following projects have ``bugfix/X.Y`` branches in addition to standard
openstack ``stable/NAME`` branches: openstack ``stable/NAME`` branches:
* bifrost
* ironic * ironic
* ironic-inspector * ironic-inspector
* ironic-python-agent * ironic-python-agent
@@ -140,6 +139,13 @@ version.
Currently releases from bugfix branches cannot be automated and must be done by Currently releases from bugfix branches cannot be automated and must be done by
the release team manually. the release team manually.
After the creation of a bugfix branch it is utmost important to update the
upper-constraints link for the tests in the tox.ini file, plus override the
branch for the requirements project to be sure to use the correct
upper-constraints; for example see the following change:
https://review.opendev.org/c/openstack/ironic-python-agent/+/841290
Things to do before releasing Things to do before releasing
============================= =============================