Synchronize upstream version of 0.9 15/37615/1
authorshangxdy <shang.xiaodong@zte.com.cn>
Mon, 17 Jul 2017 09:40:59 +0000 (17:40 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Mon, 17 Jul 2017 09:40:59 +0000 (17:40 +0800)
commitc7491340551cdd9d757d63b4bbe79132506e386a
treeae14fd406f3f0ebe415ce69bd9c6d0698af30d1e
parent859e2826074aa51e0334d4607ccfcde5972e882e
Synchronize upstream version of 0.9

Synchronize heat-translator wiht upstream versionn of 0.9

JIRA: PARSER-128

Change-Id: I4d2c62a0e81119d5c0305e3ac052415a6d5acee3
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
33 files changed:
tosca2heat/heat-translator/.python-version [new file with mode: 0644]
tosca2heat/heat-translator/CONTRIBUTING.rst [new file with mode: 0644]
tosca2heat/heat-translator/HACKING.rst [new file with mode: 0644]
tosca2heat/heat-translator/MANIFEST.in [deleted file]
tosca2heat/heat-translator/README.rst [moved from tosca2heat/heat-translator/README.md with 100% similarity]
tosca2heat/heat-translator/openstack-common.conf [deleted file]
tosca2heat/heat-translator/requirements.txt
tosca2heat/heat-translator/setup.cfg
tosca2heat/heat-translator/setup.py
tosca2heat/heat-translator/test-requirements.txt
tosca2heat/heat-translator/translator/common/images.py
tosca2heat/heat-translator/translator/common/utils.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_autoscaling.py
tosca2heat/heat-translator/translator/hot/tosca/tests/test_tosca_floatingip.py [new file with mode: 0644]
tosca2heat/heat-translator/translator/hot/tosca/tosca_cluster_policies_scaling.py [new file with mode: 0644]
tosca2heat/heat-translator/translator/hot/tosca/tosca_compute.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_floating.py [new file with mode: 0644]
tosca2heat/heat-translator/translator/hot/tosca/tosca_policies_monitoring.py [new file with mode: 0644]
tosca2heat/heat-translator/translator/hot/tosca/tosca_policies_scaling.py
tosca2heat/heat-translator/translator/hot/tosca_translator.py
tosca2heat/heat-translator/translator/hot/translate_node_templates.py
tosca2heat/heat-translator/translator/tests/data/autoscaling/tosca_autoscaling.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/autoscaling/hot_autoscaling.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/autoscaling/hot_cluster_autoscaling.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/monitoring/asg_res.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/monitoring/hot_monitoring_scaling.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/nfv/hot_tosca_nfv_autoscaling.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_multiple_blockstorage_w_multiple_attachment.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/monitoring/tosca_monitoring_scaling.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/storage/tosca_multiple_blockstorage_w_multiple_attachment.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/test_tosca_hot_translation.py