Placement - Make association_refresh configurable
Bug #1767309 reported by
Belmiro Moreira
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| OpenStack Compute (nova) |
Fix Released
|
Medium
|
Surya Seetharaman | ||
| Queens |
Fix Committed
|
Medium
|
Surya Seetharaman | ||
Bug Description
In Queens the provider-tree refresh happens every 5 min (also in master).
ASSOCIATION_REFRESH = 300
For large deployments this creates unnecessary load in placement.
This option should be configurable.
related with:
https:/
| Changed in nova: | |
| assignee: | nobody → Surya Seetharaman (tssurya) |
| tags: | added: placemen |
| tags: |
added: placement removed: placemen |
To post a comment you must log in.

Add this as a config option on master with a default being the same as the hard-coded value today (300), and include a 'fixes' release note with it since this isn't a feature.