Use signal_url in TestAodhAlarm scenario test
We don't have any tests using signal_url. We do have other tests using alarm_url. This patch changes TestAodhAlarm to use signal_url. Change-Id: I2666165e4ffd7e7c4b51ef7e3cad4b1ced0a9b06
This commit is contained in:
parent
14cbf5c167
commit
833e640193
@ -25,7 +25,10 @@ resources:
|
||||
period: 60
|
||||
evaluation_periods: 1
|
||||
alarm_actions:
|
||||
- {get_attr: [scaleup_policy, alarm_url]}
|
||||
- str_replace:
|
||||
template: trust+url
|
||||
params:
|
||||
url: {get_attr: [scaleup_policy, signal_url]}
|
||||
matching_metadata:
|
||||
metadata.metering.stack_id: {get_param: "OS::stack_id"}
|
||||
outputs:
|
||||
|
Loading…
Reference in New Issue
Block a user