From 2d3e442275f597d3d708393fd26dd704bf941652 Mon Sep 17 00:00:00 2001 From: JuPing Date: Fri, 21 Aug 2015 03:45:30 +0000 Subject: [PATCH] Fix description for "Not exact spelling" Change the description to "There is a inapt spelling in the file heat/README.rst(line6). 'templates, through both an OpenStack-native ReST API and a'. The word 'ReST' should be spelled as 'REST'." Change-Id: Ife2a64b9414c8f7ffd22db9d113bbb0f0cad986b Closes-Bug: #1487265 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7f7c8c19ef..589e741c7b 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Heat ==== Heat is a service to orchestrate multiple composite cloud applications using -templates, through both an OpenStack-native ReST API and a +templates, through both an OpenStack-native REST API and a CloudFormation-compatible Query API. Why heat? It makes the clouds rise and keeps them there.