[RFE] Centralize config options in Ironic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Fix Released
|
Wishlist
|
Ramamani Yeleswarapu |
Bug Description
There is a need for centralizing config options in Ironic because we have lists of config options and registering options mixed with source code in regular files in Ironic. This can be done similar to what is done/being done in Nova.
Reference: http://
A series of patches have been submitted for centralizing the config options: https:/
NOTE:
This work is dependent on [RFE] https:/
Changed in ironic: | |
assignee: | nobody → Ramamani Yeleswarapu (ramamani-yeleswarapu) |
status: | New → In Progress |
Changed in ironic: | |
assignee: | Ramamani Yeleswarapu (ramamani-yeleswarapu) → Tan Lin (tan-lin-good) |
Changed in ironic: | |
assignee: | Tan Lin (tan-lin-good) → Ramamani Yeleswarapu (ramamani-yeleswarapu) |
Changed in ironic: | |
assignee: | Ramamani Yeleswarapu (ramamani-yeleswarapu) → Tan Lin (tan-lin-good) |
Changed in ironic: | |
assignee: | Tan Lin (tan-lin-good) → Ramamani Yeleswarapu (ramamani-yeleswarapu) |
Changed in ironic: | |
assignee: | Ramamani Yeleswarapu (ramamani-yeleswarapu) → Tan Lin (tan-lin-good) |
Changed in ironic: | |
importance: | Undecided → Wishlist |
description: | updated |
I'm not sure this needs a spec, as we've talked about doing something similar recently. However, I do want to discuss this with the team at the next ironic meeting before approving it.
As part of this work, I'd like to first see us switch to using oslo-config- generator, before we move the config options around.