Support version of tosca_simple_yaml_1_1 89/40989/3
authorshangxdy <shang.xiaodong@zte.com.cn>
Fri, 1 Sep 2017 07:16:00 +0000 (15:16 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Tue, 5 Sep 2017 02:50:24 +0000 (10:50 +0800)
commitf416d7ba961edddfd956b556ed6566bf48824bf5
tree52191de4969ab1ab868aa7480285798448a7b09e
parent6eac11f48f8b664af928620bf2661987aa318725
Support version of tosca_simple_yaml_1_1

Currently tosca-parser only  support tosca_version_1_0, this patch will
enable it to support tosca_version_1_1.

This requirement is from ONAP, but not need to submit to OpenStack
currently

JIRA:PARSER-146

Change-Id: If1bc470e3f2d18a606b312425241f27be33b65b4
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
tosca2heat/tosca-parser/toscaparser/elements/tosca_type_validation.py
tosca2heat/tosca-parser/toscaparser/tests/data/tosca_helloworld_with_version_1_1.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/test_toscatpl.py
tosca2heat/tosca-parser/toscaparser/tests/test_toscatplvalidation.py
tosca2heat/tosca-parser/toscaparser/tosca_template.py