[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
This commit is contained in:
Hidekazu Nakamura 2016-01-19 16:32:11 +09:00
parent b8d3ce1b73
commit 38c530a21f

View File

@ -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: