From 38c530a21fa8734fc844de97fd82061d8805af69 Mon Sep 17 00:00:00 2001 From: Hidekazu Nakamura Date: Tue, 19 Jan 2016 16:32:11 +0900 Subject: [PATCH] [Doc] Fix directory name containing execution plan template It is explained that the execution plan template is located in the /APP_NAME/resources directory. But package with it's name is deployed with errors. Directory name is case sensitive and Resources is correct. This patch fixes it. Change-Id: I54ccdbf4997c348b96e7f309ebbd3d066f5dd7af --- doc/source/draft/appdev-guide/step_by_step.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/draft/appdev-guide/step_by_step.rst b/doc/source/draft/appdev-guide/step_by_step.rst index 8a35c5e0..f7913601 100644 --- a/doc/source/draft/appdev-guide/step_by_step.rst +++ b/doc/source/draft/appdev-guide/step_by_step.rst @@ -245,7 +245,7 @@ Step 3. Create the execution plan template The execution plan template contains the instructions understandable to the murano agent on what should be executed to deploy an application. It is the file with the -``.template`` extension located in the ``/APP_NAME/resources`` directory. +``.template`` extension located in the ``/APP_NAME/Resources`` directory. The ApacheHTTPServer's DeployApache.template: