Commit 49b8c57
committed
Fix ceilometer compute agent TLS and Region config
Add CAFile and Region template parameters to the compute agent
config generation, matching the central agent configuration.
Without CAFile, the compute agent's [service_credentials] section
lacks a cafile setting when TLS is enabled, causing Keystone SSL
verification failures. Without Region, compute agents in
multi-region deployments get no region_name configured.
Closes: OSPRH-270681 parent 39a4be8 commit 49b8c57
2 files changed
Lines changed: 5 additions & 0 deletions
File tree
- internal/controller
- templates/ceilometercompute/config
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1397 | 1397 | | |
1398 | 1398 | | |
1399 | 1399 | | |
| 1400 | + | |
1400 | 1401 | | |
1401 | 1402 | | |
1402 | 1403 | | |
| |||
1425 | 1426 | | |
1426 | 1427 | | |
1427 | 1428 | | |
| 1429 | + | |
1428 | 1430 | | |
1429 | 1431 | | |
1430 | 1432 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments