aodh/releasenotes/notes/gnocchi-capability-cache-75d011e77b8ecc72.yaml
gord chung bebe5204fc enable cachetools for gnocchi alarms
- set ttl to an hour since capabilities rarely change (if ever?)
- set cachetools to 1.1.6 since it has some ttl expiration
  improvements and it's a year old so why not.
- i give up trying to disable cache

Change-Id: I1b83ffd32cfd631fc340b068e71f61789388ee73
2017-01-17 00:25:01 +00:00

9 lines
360 B
YAML

---
other:
- |
Gnocchi aggregation capabilities are now cached to minimise redundant calls
to Gnocchi when validating aggregation methods. The cache is stored
in-memory for an hour. If additional aggregations are added to Gnocchi,
they will not be proprogated to Aodh's API service for at most an hour or
unless the service is restarted.