summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2017-08-01 15:34:22 +0530
committerrabi <ramishra@redhat.com>2017-08-01 15:45:44 +0530
commita7243bc0896a24e0d403589b852ba51ecb4ff2a0 (patch)
tree76002eac9b85dc71f7ca29db72322b5322da4e28
parentcedf2769181954dfb6ec5ebfefdc1d105b8ec266 (diff)
downloadheat-templates-a7243bc0896a24e0d403589b852ba51ecb4ff2a0.tar.gz
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
-rw-r--r--hot/autoscaling.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/hot/autoscaling.yaml b/hot/autoscaling.yaml
index 312a7a0..7d66b8a 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:
- ''