From f27fbe748de0da1d01984913a629f0eb30783be2 Mon Sep 17 00:00:00 2001 From: hgangwx Date: Wed, 30 Dec 2015 15:11:32 +0800 Subject: [PATCH] Wrong usage of "a/an" Wrong usage of "a/an" in the messages: "will trigger a image build" Should be: "will trigger an image build" Totally 1 occurrence in heat-templates base code. Change-Id: Ib23ce77bca1ffec163cc8a1c5b6e1ad795ab0be1 --- hot/server_with_encrpyted_volume.yaml | 2 +- hot/software-config/test-image/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hot/server_with_encrpyted_volume.yaml b/hot/server_with_encrpyted_volume.yaml index 06feb063..01ba0c6a 100644 --- a/hot/server_with_encrpyted_volume.yaml +++ b/hot/server_with_encrpyted_volume.yaml @@ -2,7 +2,7 @@ heat_template_version: 2015-04-30 description: > A template showing how to create an encrypted cinder volume and attach - it to an nova instance. The template uses only Heat OpenStack native + it to a nova instance. The template uses only Heat OpenStack native resource types. parameters: diff --git a/hot/software-config/test-image/README.rst b/hot/software-config/test-image/README.rst index 1cf2b970..1065691b 100644 --- a/hot/software-config/test-image/README.rst +++ b/hot/software-config/test-image/README.rst @@ -10,7 +10,7 @@ Images built with these elements contain the necessary distro packages so that only pip packages need to be installed on server boot. -The script build-heat-test-image.sh will trigger a image build +The script build-heat-test-image.sh will trigger an image build defaulting to fedora. Ubuntu and CentOS7 are also fully supported by these elements. Run the following to build all supported images: