Merge "Fix the grenade plugin to also upgrade octavia-lib" into stable/ussuri

This commit is contained in:
Zuul 2020-06-11 22:11:12 +00:00 committed by Gerrit Code Review
commit b6493cd7ac
2 changed files with 5 additions and 1 deletions

View File

@ -51,6 +51,7 @@ set -o xtrace
[[ -d $SAVE_DIR/etc.octavia ]] || cp -pr $OCTAVIA_CONF_DIR $SAVE_DIR/etc.octavia [[ -d $SAVE_DIR/etc.octavia ]] || cp -pr $OCTAVIA_CONF_DIR $SAVE_DIR/etc.octavia
# Install the target octavia # Install the target octavia
octavia_lib_install
octavia_install octavia_install
# calls upgrade-octavia for specific release # calls upgrade-octavia for specific release

View File

@ -58,7 +58,10 @@ listeners, pools and members).
#. Optional: Make a backup of the database. #. Optional: Make a backup of the database.
#. Upgrade all Octavia control plane nodes to the next release. #. Upgrade all Octavia control plane nodes to the next release. Remember to
also upgrade library dependencies (e.g. octavia-lib). If upgrading Octavia
from distribution packages, your system package manager is expected to
handle this automatically.
#. Verify that all configuration option names are up-to-date with latest #. Verify that all configuration option names are up-to-date with latest
Octavia version. For example, pay special attention to deprecated Octavia version. For example, pay special attention to deprecated