Update the upstream of tosco-parser and heat-translator to stable 55/21455/1
authorshangxdy <shang.xiaodong@zte.com.cn>
Wed, 14 Sep 2016 06:36:33 +0000 (14:36 +0800)
committerxiaodong shang <shang.xiaodong@zte.com.cn>
Mon, 19 Sep 2016 14:23:56 +0000 (14:23 +0000)
commit16d01a2dea9ac5447697b44a8d37dc05cb681f71
tree2b0cfa2aaf72b1d4e4ebef4e2ccbbb091a4f140c
parentfa44d0821c35d401be256ced90eda934b20bf8d6
Update the upstream of tosco-parser and heat-translator to stable
release 0.6/0.5

Currently the parser is based on dev branch of upstream projects,
include tosco-parser and heat-translator,  for the colorado release of
parser, it should be based on a stable version, so it's necessary to
update the upstream version to 0.6/tosca-parser and 0.5/heat-translator.

JIRA:PARSER-106

Change-Id: I8fb043068d25188c47e5648e1b66184446ac82d6
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
(cherry picked from commit f977b94e012828cd2a905b9b841aff33c4b732f8)
29 files changed:
tosca2heat/heat-translator/test-requirements.txt
tosca2heat/heat-translator/tox.ini
tosca2heat/heat-translator/translator/common/utils.py
tosca2heat/heat-translator/translator/hot/syntax/hot_output.py
tosca2heat/heat-translator/translator/hot/syntax/hot_resource.py
tosca2heat/heat-translator/translator/hot/syntax/hot_template.py
tosca2heat/heat-translator/translator/hot/tosca/tests/test_tosca_compute.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_block_storage.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_block_storage_attachment.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_compute.py
tosca2heat/heat-translator/translator/hot/translate_node_templates.py
tosca2heat/heat-translator/translator/hot/translate_outputs.py
tosca2heat/heat-translator/translator/tests/test_tosca_hot_translation.py
tosca2heat/tosca-parser/setup.cfg
tosca2heat/tosca-parser/test-requirements.txt
tosca2heat/tosca-parser/toscaparser/common/exception.py
tosca2heat/tosca-parser/toscaparser/elements/TOSCA_definition_1_0.yaml
tosca2heat/tosca-parser/toscaparser/elements/artifacttype.py
tosca2heat/tosca-parser/toscaparser/elements/entity_type.py
tosca2heat/tosca-parser/toscaparser/elements/grouptype.py
tosca2heat/tosca-parser/toscaparser/elements/statefulentitytype.py
tosca2heat/tosca-parser/toscaparser/entity_template.py
tosca2heat/tosca-parser/toscaparser/extensions/nfv/TOSCA_nfv_definition_1_0.yaml
tosca2heat/tosca-parser/toscaparser/tests/test_toscatpl.py
tosca2heat/tosca-parser/toscaparser/tests/test_toscatplvalidation.py
tosca2heat/tosca-parser/toscaparser/tests/test_utils.py
tosca2heat/tosca-parser/toscaparser/topology_template.py
tosca2heat/tosca-parser/toscaparser/unsupportedtype.py [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/utils/urlutils.py