Reload the configuration files
Registered by
Vinod Mangalpally
Oslo.cfg recently implemented a blueprint - https:/
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Low
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Review
- Series goal:
- None
- Implementation:
- Not started
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
There are several places within the Designate codebase where we copy values out of the config object, and onto a class member.
These instances will need to be identified, and adjusted to read "live" from the config object.
After that, we'll want to implement a HUP signal handler to call oslo.cfg's reload method.
(?)