Bump to container-tools:3.0 for upstream CI

This patch rev's container-tools in the ussuri
release file.

Depends-On: https://review.opendev.org/c/openstack/tripleo-ci/+/785888
Change-Id: Ia4274ef4819dc7f190c591994143c2eed4aae968
This commit is contained in:
Ronelle Landy 2021-04-08 09:11:32 -04:00
parent bdd0bc7f77
commit 8840461a43
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ repo_cmd_after: |
sudo dnf repolist;
sudo dnf module list;
sudo dnf module disable container-tools:rhel8 -y;
sudo dnf module enable container-tools:2.0 -y;
sudo dnf module enable container-tools:3.0 -y;
sudo dnf clean metadata
{% if repo_setup_run_update|default(true)|bool %}
sudo dnf update -y