Bump ovs and ovn versions to 2.15 for FFWD.

A new openvswitch and ovn version has been released, 2.15. As during the
leapp upgrade we tell leapp which version of ovs and ovn to install in order
to safe some restarts we now need to update the version in the
UpgradeLeappToInstall Heat parameter.

(cherry picked from commit 713533207b)
Resolves: rhbz#1966476
Change-Id: Id3b2afee89be1fdf3008cfd53906766d94c00549
This commit is contained in:
Jose Luis Franco Arza 2021-06-09 12:37:44 +02:00 committed by Jose Luis Franco
parent 80611f2643
commit bb1a855752

View File

@ -13,7 +13,7 @@ parameter_defaults:
ServerDeletionPolicy: retain
UpgradeLevelNovaCompute: auto
UpgradeLeappToRemove: ['openvswitch2.11','ovn2.11']
UpgradeLeappToInstall: ['openvswitch2.13','ovn2.13']
UpgradeLeappToInstall: ['openvswitch2.15','ovn2.15']
UpgradeInitCommonCommand: |
#!/bin/bash
set -eu