fs016/17: set telemetry.alarm_granularity to 60s

This must be kept in sync with the archive policy configured for
Gnocchi.

See: Ie00d3487d54f4d1226f6a8a210975eabdcd8a96c

Change-Id: I62c47723d68bb1cef9733df2f737c3ab3f5aa8fb
This commit is contained in:
Emilien Macchi 2018-01-03 12:04:48 -08:00
parent eed701d587
commit 38073ebc45
2 changed files with 2 additions and 1 deletions

View File

@ -88,3 +88,4 @@ tempest_plugins:
- python-ceilometer-tests
- python-gnocchi-tests
- python-panko-tests
tempest_extra_config: {'telemetry.alarm_granularity': '60'}

View File

@ -101,5 +101,5 @@ tempest_plugins:
- python-ec2-api-tests
tempest_extra_config: >-
{% if release not in ['newton', 'ocata', 'pike'] -%}
{'compute-feature-enabled.attach_encrypted_volume': 'True', 'auth.tempest_roles': '"Member, creator"'}
{'compute-feature-enabled.attach_encrypted_volume': 'True', 'auth.tempest_roles': '"Member, creator"', 'telemetry.alarm_granularity': '60'}
{%- endif -%}