diff options
author | 2017-10-19 22:47:31 +0800 | |
---|---|---|
committer | 2017-10-19 15:09:50 +0000 | |
commit | 3447589a78375d4dab41608a3504f56a6e4ac9c9 (patch) | |
tree | a1e1fac6363c57b98daa8deb13cc20be8cbed547 /docs/release/userguide | |
parent | 9fe6e07e6180c49e6eda3e6cabb339064709180c (diff) |
Update notes for release Eopnfv-5.1.0stable/euphrates
Update userguide and release-notes
JIRA:PARSER-163
Change-Id: I3b15aa40afcb86a415997fc7e2471894bf3c9f06
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'docs/release/userguide')
-rw-r--r-- | docs/release/userguide/feature.userguide.rst | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/release/userguide/feature.userguide.rst b/docs/release/userguide/feature.userguide.rst index 61063c2..219bc0e 100644 --- a/docs/release/userguide/feature.userguide.rst +++ b/docs/release/userguide/feature.userguide.rst @@ -35,13 +35,20 @@ check the input file and don't want to translate, please use tosaca-parser as fo .. code-block:: bash - tosca-parser --template-file=<input yaml file> + tosca-parser --template-file=<path to the YAML template> [--nrpv] [--debug] + or + tosca-parser --template-file=<path to the CSAR zip file> [--nrpv] [--debug] + or + tosca-parser --template-file=<URL to the template or CSAR> [--nrpv] [--debug] + options: + --nrpv Ignore input parameter validation when parse template. + --debug debug mode for print more details other than raise exceptions when errors happen Example: .. code-block:: bash - tosca-parser --template-file=vRNC.yaml + tosca-parser --template-file=vRNC.yaml --nrpv Parser tosca2heat References ============================ |