diff options
author | 2019-05-09 10:08:57 +0000 | |
---|---|---|
committer | 2019-05-09 10:08:57 +0000 | |
commit | d44558eaee3cff15f9798ccc14b1642636b77cb0 (patch) | |
tree | 5d9cbb5e42eae593f82a98987916cf58603c975c /src/test/resources/clds/blueprint-with-microservice-chain.yaml | |
parent | 5ce610d384f5f9bc7ee3dffe07e1b583bb71a96d (diff) | |
parent | 4545e770dd5ab7cab80ea115ed326e60a944cbc4 (diff) |
Merge "Fix model type searching"
Diffstat (limited to 'src/test/resources/clds/blueprint-with-microservice-chain.yaml')
-rw-r--r-- | src/test/resources/clds/blueprint-with-microservice-chain.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/resources/clds/blueprint-with-microservice-chain.yaml b/src/test/resources/clds/blueprint-with-microservice-chain.yaml index 4a7e5d7aa..fa2d72052 100644 --- a/src/test/resources/clds/blueprint-with-microservice-chain.yaml +++ b/src/test/resources/clds/blueprint-with-microservice-chain.yaml @@ -31,7 +31,7 @@ node_templates: service_component_name_override: second_app image: { get_input: second_app_docker_image } policy_id: - policy_type_id: type2 + policy_model_id: "type2" interfaces: cloudify.interfaces.lifecycle: start: @@ -56,7 +56,7 @@ node_templates: image: { get_input: first_app_docker_image } container_port: 6565 policy_id: - policy_type_id: type1 + policy_model_id: "type1" interfaces: cloudify.interfaces.lifecycle: start: @@ -81,7 +81,7 @@ node_templates: image: { get_input: third_app_docker_image } container_port: 443 policy_id: - policy_type_id: type3 + policy_model_id: "type3" interfaces: cloudify.interfaces.lifecycle: start: |