Synchronise the openstack bugs 85/16585/3
authorshangxdy <shang.xiaodong@zte.com.cn>
Fri, 8 Jul 2016 07:15:00 +0000 (15:15 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Sat, 9 Jul 2016 16:38:59 +0000 (00:38 +0800)
commit0997552722dc4845a854e0e6f8d7f18058e26380
treeb90d1e808bb326612211ba56b3b941516493398d
parent7fe3011a67a239f7dc04153c54eaff78ef967eaf
Synchronise the openstack bugs

When run unittests through tox, some test cases are always error,
the errors are already done in openstack community, so it's
necessary to synchronise the fixes.

Change-Id: Ib29078e6cc138a474e89c6a2cc90ad7a1db1bb46
JIRA: PARSER-63
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
80 files changed:
tosca2heat/README.md
tosca2heat/heat-translator/.gitignore [new file with mode: 0644]
tosca2heat/heat-translator/.gitreview [new file with mode: 0644]
tosca2heat/heat-translator/.mailmap [new file with mode: 0644]
tosca2heat/heat-translator/doc/source/usage.rst
tosca2heat/heat-translator/requirements.txt
tosca2heat/heat-translator/run_py27-tosca-parser-master.sh [new file with mode: 0644]
tosca2heat/heat-translator/test-requirements.txt
tosca2heat/heat-translator/tox.ini
tosca2heat/heat-translator/translator/common/utils.py
tosca2heat/heat-translator/translator/conf/config.py
tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf [moved from tosca2heat/heat-translator/heat_translator_logging.conf with 100% similarity]
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/tosca/tosca_policies_antilocate.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_policies_colocate.py
tosca2heat/heat-translator/translator/hot/translate_node_templates.py
tosca2heat/heat-translator/translator/hot/translate_outputs.py
tosca2heat/heat-translator/translator/osc/v1/translate.py
tosca2heat/heat-translator/translator/shell.py
tosca2heat/heat-translator/translator/tests/data/artifacts/ssh/ssh_generate_keys.sh [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/artifacts/ssh/ssh_import_public_key.sh [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_exchange_public_ssh_key.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_get_functions_semantic.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_interface_on_compute.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_script_types.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/test_tosca_get_functions_semantic.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/test_tosca_interface_on_compute.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/test_tosca_script_types.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/tosca_exchange_public_ssh_key.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/test_shell.py
tosca2heat/heat-translator/translator/tests/test_tosca_hot_translation.py
tosca2heat/tosca-parser/.gitignore [new file with mode: 0644]
tosca2heat/tosca-parser/.gitreview [new file with mode: 0644]
tosca2heat/tosca-parser/.mailmap [new file with mode: 0644]
tosca2heat/tosca-parser/requirements.txt
tosca2heat/tosca-parser/test-requirements.txt
tosca2heat/tosca-parser/toscaparser/common/exception.py
tosca2heat/tosca-parser/toscaparser/dataentity.py
tosca2heat/tosca-parser/toscaparser/elements/TOSCA_definition_1_0.yaml
tosca2heat/tosca-parser/toscaparser/elements/capabilitytype.py
tosca2heat/tosca-parser/toscaparser/elements/constraints.py
tosca2heat/tosca-parser/toscaparser/elements/datatype.py
tosca2heat/tosca-parser/toscaparser/elements/entity_type.py
tosca2heat/tosca-parser/toscaparser/elements/portspectype.py [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/entity_template.py
tosca2heat/tosca-parser/toscaparser/extensions/exttools.py
tosca2heat/tosca-parser/toscaparser/extensions/nfv/TOSCA_nfv_definition_1_0.yaml
tosca2heat/tosca-parser/toscaparser/functions.py
tosca2heat/tosca-parser/toscaparser/groups.py
tosca2heat/tosca-parser/toscaparser/imports.py
tosca2heat/tosca-parser/toscaparser/parameters.py
tosca2heat/tosca-parser/toscaparser/properties.py
tosca2heat/tosca-parser/toscaparser/repositories.py [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/shell.py
tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/compute_with_nested_atributes.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/node_with_cap.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/datatypes/test_datatype_portspec_add_req.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/functions/test_get_attribute_with_index_error.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/functions/test_get_attribute_with_nested_params.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/functions/test_token.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/functions/test_token_invalid.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/test_containers.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/test_credential_datatype.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/test_invalid_input_defaults.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/test_repositories_definition.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/subsystem.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/tosca_repositories_test_definition.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/test_datatypes.py
tosca2heat/tosca-parser/toscaparser/tests/test_functions.py
tosca2heat/tosca-parser/toscaparser/tests/test_toscatpl.py
tosca2heat/tosca-parser/toscaparser/tests/test_toscatplvalidation.py
tosca2heat/tosca-parser/toscaparser/topology_template.py
tosca2heat/tosca-parser/toscaparser/tosca_template.py
tosca2heat/tosca-parser/toscaparser/utils/validateutils.py