diff options
Diffstat (limited to 'tools/cicdansible')
-rw-r--r-- | tools/cicdansible/heat/installer.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |