Update the upstream of tosco-parser and heat-translator to stable 97/21097/1
authorshangxdy <shang.xiaodong@zte.com.cn>
Wed, 14 Sep 2016 06:36:33 +0000 (14:36 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Wed, 14 Sep 2016 08:00:06 +0000 (16:00 +0800)
commitf977b94e012828cd2a905b9b841aff33c4b732f8
treef175b52c811f48335aeaa82d0c20baab8a99881d
parentae543033a8c4af9c291261fec55859c2f1191a1a
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>
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