From 22af9c11177bec2e368702406a99961c3e39e580 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 23 Sep 2021 12:57:41 +0200 Subject: [CICDANSIBLE] Update heat template "image_name" parameter description Change-Id: I8138cda0417abcef0471d35cca505c9ee709aeec Issue-ID: OOM-2837 Signed-off-by: Bartek Grzybowski --- tools/cicdansible/heat/installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cicdansible/heat/installer.yaml b/tools/cicdansible/heat/installer.yaml index 04f0debc..101c5263 100644 --- a/tools/cicdansible/heat/installer.yaml +++ b/tools/cicdansible/heat/installer.yaml @@ -29,7 +29,7 @@ parameters: description: "need to specify a valid flavor" image_name: label: "image name" - description: "name of the image from which to create all instances, should be rhel 7.6 or centos image" + description: "name of the image from which to create all instances, should be rhel/centos 7.9 image" type: string constraints: - custom_constraint: glance.image -- cgit 1.2.3-korg