summaryrefslogtreecommitdiff
path: root/devstack/plugin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devstack/plugin.sh')
-rw-r--r--devstack/plugin.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 701d37fd..dd5a15e2 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -383,9 +383,9 @@ if is_service_enabled ceilometer; then
start_ceilometer
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
iniset $TEMPEST_CONFIG telemetry alarm_granularity $CEILOMETER_ALARM_GRANULARITY
- iniset $TEMPEST_CONFIG telemetry alarm_threshold 10000000
- iniset $TEMPEST_CONFIG telemetry alarm_metric_name cpu
- iniset $TEMPEST_CONFIG telemetry alarm_aggregation_method rate:mean
+ iniset $TEMPEST_CONFIG telemetry alarm_threshold $CEILOMETER_ALARM_THRESHOLD
+ iniset $TEMPEST_CONFIG telemetry alarm_metric_name $CEILOMETER_ALARM_METRIC_NAME
+ iniset $TEMPEST_CONFIG telemetry alarm_aggregation_method $CEILOMETER_ALARM_AGGREGATION_METHOD
fi
if [[ "$1" == "unstack" ]]; then