diff options
author | 2021-09-23 12:57:41 +0200 | |
---|---|---|
committer | 2021-09-27 13:18:14 +0000 | |
commit | fb54b60cc08d1c3b3d7d6df1fc7bf3120c6781e8 (patch) | |
tree | 89855cad4f9ea86d989c112708f2f0f133f75599 /tools/cicdansible | |
parent | 8d20e07ff8588612cfdeb6b630c8d155268921cb (diff) |
[CICDANSIBLE] Update heat template "image_name" parameter description
Change-Id: I8138cda0417abcef0471d35cca505c9ee709aeec
Issue-ID: OOM-2837
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
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 b7b03d1a..b0e5d266 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 |