Distinguish the mapping and mapped by name. 55/17855/3
authorshangxdy <shang.xiaodong@zte.com.cn>
Sat, 30 Jul 2016 18:10:03 +0000 (02:10 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Wed, 3 Aug 2016 08:33:11 +0000 (16:33 +0800)
commitb74bf46baed7e586028255c8274ebf563d2ff446
treefc899844369fb782ab4b33df89f3f47647419a8d
parent476e9f0f430ce371cadc1f34e2601327732d0c05
Distinguish the mapping and mapped by name.

1. Use complete name like nested_topology_tpls here and other places
like get_nested_topology_tpls for better readability;
2. Use "sub_mapped_node_tpl" instead of submaped_node_tpl;
3. Use sub_mapped_  instead of submaped.

Upper changed in substitution_mappings.py, tosca_template.py,
tosca_template.py and others

JIRA:PARSER-73
Change-Id: I21b2d3a35773078d7437bbae9ff5d1522608c4d2
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
tosca2heat/tosca-parser/toscaparser/imports.py
tosca2heat/tosca-parser/toscaparser/substitution_mappings.py
tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py
tosca2heat/tosca-parser/toscaparser/topology_template.py
tosca2heat/tosca-parser/toscaparser/tosca_template.py