From f7b240c6893a48d71da29974e54cb560b6575eb3 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Sun, 26 Feb 2017 16:22:30 +0800 Subject: Sync heat-translator code Sync heat-translator code from upstream JIRA:PARSER-119 Change-Id: I2287b78ad38bc54f7740fd1ee5f08989d5e680bf Signed-off-by: shangxdy --- .../tests/data/custom_types/senlin_cluster_policies.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tosca2heat/heat-translator/translator/tests/data/custom_types/senlin_cluster_policies.yaml (limited to 'tosca2heat/heat-translator/translator/tests/data/custom_types') diff --git a/tosca2heat/heat-translator/translator/tests/data/custom_types/senlin_cluster_policies.yaml b/tosca2heat/heat-translator/translator/tests/data/custom_types/senlin_cluster_policies.yaml new file mode 100644 index 0000000..c809ca0 --- /dev/null +++ b/tosca2heat/heat-translator/translator/tests/data/custom_types/senlin_cluster_policies.yaml @@ -0,0 +1,11 @@ +tosca_definitions_version: tosca_simple_yaml_1_0 + +description: > + The TOSCA Policy Type definition that is used to govern + Senlin Policy of TOSCA nodes or groups of nodes + +policy_types: + tosca.policies.Scaling.Cluster: + derived_from: tosca.policies.Scaling + description: The TOSCA Policy Type definition that is used to govern + scaling of TOSCA nodes or groups of nodes. \ No newline at end of file -- cgit 1.2.3-korg