summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_get_functions_semantic.yaml
AgeCommit message (Collapse)AuthorFilesLines
2016-09-12Merge "Add signal_transport in software deployment resource" into ↵shangxdy1-0/+1
stable/colorado
2016-09-12Add property of software_config_transport in compute nodeshangxdy1-0/+1
According to hot syntax, when deploy software into compute, it shall include software_config_transport property in server resource, because the openstack environment configuration may not support the default value. so the software_config_transport shall be specified. JIRA:PARSER-105 Change-Id: Iefe50400ae2008214bb8cb98dde719130553b3bf Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn> (cherry picked from commit f90be03da41fa8a233ecc84f54fa59d1f2f7021f)
2016-09-12Add signal_transport in software deployment resourceshangxdy1-0/+1
According to hot syntax, when deploy software, it shall include signal_transport property, or will use default value NO_SIGNAL, but the openstack environment configuration may not support the default value. so the signal_transport shall be specified. JIRA:PARSER-104 Change-Id: Ifd01cd55c7daf538efb32f44a8d278cf3058af05 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn> (cherry picked from commit eaecb94d4361de61a4f276175b8c8099f37a4628)
2016-07-10Synchronise the openstack bugsshangxdy1-0/+52
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>