From e0d40dd280740e5d9f6bceb4b6b2826a2f177ffc Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Fri, 29 Mar 2019 10:58:12 +0100 Subject: [PATCH] Fix inconsistent image name in libvirt Livirt is currently published with -latest. This is inconsistent with other images, as they are published under the format -. This fixes it. Change-Id: I27133466bbddd404320fe46ec890e2c6dd0d638b --- zuul.d/libvirt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/libvirt.yaml b/zuul.d/libvirt.yaml index 39fd8fd..02755fe 100644 --- a/zuul.d/libvirt.yaml +++ b/zuul.d/libvirt.yaml @@ -36,13 +36,13 @@ - context: libvirt repository: openstackhelm/libvirt tags: - - opensuse_15-latest + - latest-opensuse_15 dockerfile: Dockerfile.suse_15 - context: libvirt repository: openstackhelm/libvirt dockerfile: Dockerfile.ubuntu_xenial tags: - - ubuntu_xenial-latest + - latest-ubuntu_xenial files: &libvirt_files - libvirt/.* - zuul.d/libvirt.yaml