Ticket #18 (closed enhancement: invalid)
Enable non-resource code to register configuration items
Reported by: | dkimpe | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | aesop functions |
Version: | git repository | Keywords: | |
Cc: |
Description
With the move to resourcebuilder and branchthreader, we now have non-resource code needing to access the configuration values.
Expose the configuration functionality outside of the resources.
Change History
Note: See
TracTickets for help on using
tickets.
In addition we should modify the aesop config parameter code to allow parameters to be set before they have been registered. It can just queue updates that do not match registered parameters and print a warning at shutdown if they were never used.