commit | 717324ca12744cc736bd12016fc5b0602e75fa91 | [log] [tgz] |
---|---|---|
author | Mehdi Abaakouk <sileht@redhat.com> | Tue Apr 25 14:31:00 2017 +0200 |
committer | Mehdi Abaakouk <sileht@redhat.com> | Tue May 02 19:23:50 2017 +0200 |
tree | 07385b0f995e5322c88e0d55282f4dff2eca76d0 | |
parent | 510f3ce39b27ca16232aa9ec48ca99d33281fbcb [diff] [blame] |
tempest: Allow to configure granularity Change-Id: I31344a9f8938ae9c7875cad76430508dd9fd4539
diff --git a/ceilometer/tests/tempest/config.py b/ceilometer/tests/tempest/config.py index 4125a7f..0df195b 100644 --- a/ceilometer/tests/tempest/config.py +++ b/ceilometer/tests/tempest/config.py
@@ -47,4 +47,9 @@ default=1, help="The seconds to sleep after an unsuccessful " "notification received."), + cfg.IntOpt('alarm_granularity', + default=300, + help="Granularity to use for aodh alarms. This must match the " + "configured Gnocchi archive policy") + ]