conductor should cache barbican certs for periodic tasks
Bug #1659545 reported by
Ricardo Rocha
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magnum |
Fix Released
|
Undecided
|
Kirsten G. |
Bug Description
When running the periodic tasks the Magnum conductor gets each cluster's certificate to contact them and perform some checks. This is ok, but as we increase the number of clusters it seems to do quite a few queries to Barbican in sequence, and every time the periodic tasks run.
Looking forward it might be a good idea to cache the certs in the conductor after retrieval from Barbican? This should prevent too much load in the future as the number of clusters increases.
Changed in magnum: | |
assignee: | nobody → Kirsten G. (oikiki) |
Changed in magnum: | |
status: | New → In Progress |
Changed in magnum: | |
assignee: | Kirsten G. (oikiki) → Spyros Trigazis (strigazi) |
Changed in magnum: | |
assignee: | Spyros Trigazis (strigazi) → Kirsten G. (oikiki) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/534364
Review: https:/