bebe5204fc
- 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
9 lines
360 B
YAML
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.
|