From aecaac7beb45c56da8e9a1eba776b714654154f4 Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Fri, 17 Sep 2021 15:04:40 +0200
Subject: [PATCH] Revert to Xena IPA images

Change-Id: I84a51fcd880971487cda6ccc5edfa4161dbb2156
---
 ansible/group_vars/all/ipa | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ansible/group_vars/all/ipa b/ansible/group_vars/all/ipa
index 4e724475..77bae9f9 100644
--- a/ansible/group_vars/all/ipa
+++ b/ansible/group_vars/all/ipa
@@ -88,9 +88,7 @@ ipa_build_upper_constraints_file: "{{ pip_upper_constraints_file }}"
 
 # Suffix of upstream Ironic deployment image files. Default is based on
 # {{ openstack_branch }}.
-#ipa_images_upstream_url_suffix: "-{{ openstack_branch | replace('/', '-') }}"
-# TODO(mgoddard): revert to the above when Kolla images contain master/Xena.
-ipa_images_upstream_url_suffix: "-stable-wallaby"
+ipa_images_upstream_url_suffix: "-{{ openstack_branch | replace('/', '-') }}"
 
 # Name of Ironic deployment kernel image to register in Glance.
 ipa_images_kernel_name: "ipa.kernel"
-- 
GitLab