From 0ce227ea2918fd7a4c3103ff400f05d581f71557 Mon Sep 17 00:00:00 2001 From: Valerii Kovalchuk Date: Wed, 1 Jun 2016 18:41:50 +0300 Subject: [PATCH] Update version of source files in cloudify example app To work with the latest Cloudify test environment, resource files of NodeCellar example murano application should have version 3.2.1. This patch fixes it in the app's README file, so user will use correct version of files. Change-Id: I9c663c94a8112512c30f4f7ad8d0f8af5048bf46 Closes-bug: #1587957 --- .../cloudify_plugin/nodecellar_example_application/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/plugins/cloudify_plugin/nodecellar_example_application/README.rst b/contrib/plugins/cloudify_plugin/nodecellar_example_application/README.rst index 8486a62d..97f9520d 100644 --- a/contrib/plugins/cloudify_plugin/nodecellar_example_application/README.rst +++ b/contrib/plugins/cloudify_plugin/nodecellar_example_application/README.rst @@ -8,7 +8,7 @@ To test this application with the Murano Cloudify plugin it: `git clone https://github.com/cloudify-cosmo/cloudify-nodecellar-example.git Resources` `cd Resources` -`git checkout tags/3.2` +`git checkout tags/3.2.1` After that the package need to be ziped and uploaded to Murano catalog as normally done for Murano applications.