From a7243bc0896a24e0d403589b852ba51ecb4ff2a0 Mon Sep 17 00:00:00 2001 From: rabi Date: Tue, 1 Aug 2017 15:34:22 +0530 Subject: [PATCH] Use correct policy references in autoscaling.yaml It seems I4a617daf063fb1faf01c71762d6509cb00eed0b6 has added some wrong resource references. It seems it was not detected at that time with the dsvm job and some recent heat code changes have made it detect the issue. Change-Id: I1ac6371929fd2dbbe16c8faa6617cad1e4367fdf Closes-Bug: #1707874 --- hot/autoscaling.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hot/autoscaling.yaml b/hot/autoscaling.yaml index 312a7a03..7d66b8a8 100644 --- a/hot/autoscaling.yaml +++ b/hot/autoscaling.yaml @@ -128,7 +128,7 @@ resources: - str_replace: template: trust+url params: - url: {get_attr: [scaleup_policy, signal_url]} + url: {get_attr: [web_server_scaleup_policy, signal_url]} query: list_join: - '' @@ -148,7 +148,7 @@ resources: - str_replace: template: trust+url params: - url: {get_attr: [scaleup_policy, signal_url]} + url: {get_attr: [web_server_scaledown_policy, signal_url]} query: list_join: - ''