From 63ab297bd2cf26fc811bb4d81c4a48f9232d0571 Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Wed, 27 May 2015 15:05:25 +0300 Subject: [PATCH] Update docs about Require section Include example with no version information. Include information, that version is optional in Require dict. Change-Id: I476e4fcbe4812d766d81c5ff4787a42bdd6637a3 --- doc/source/articles/app_pkg.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/articles/app_pkg.rst b/doc/source/articles/app_pkg.rst index 6f9d22987..c8f46b98a 100644 --- a/doc/source/articles/app_pkg.rst +++ b/doc/source/articles/app_pkg.rst @@ -157,7 +157,7 @@ General application metadata should be described in the application manifest fil * **Author** - person or company name which created an application package * **Classes** - MuranoPL class list, on which application deployment is based * **Tags** - list of words, associated with this application. Will be helpful during the search. *Optional* parameter -* **Require** - list of applications with versions, required by this application. Currently only used by repository importing mechanism. *Optional* parameter +* **Require** - a dict of application names with versions, required by this application. Currently only used by repository importing mechanism. Versions can be omitted (or set to null), in that case package with no version would be imported. *Optional* parameter .. _Telnet Manifest: @@ -179,6 +179,7 @@ Example *manifest.yaml* Logo: telnet.png Require: io.murano.apps.TelnetHelper: 0.0.1 + io.murano.apps.TelnetDoc: Step 6. Prepare images.lst file ================================