Code review comment for ~raharper/curtin:feature/enable-storage-vmtest-on-centos

Revision history for this message
Ryan Harper (raharper) wrote :

Yes, I generally wanted some sort of distro value cache. Which is why in curthooks I end up grabbing it first and passing it around.

We could avoid passing, at the cost of a function call. Alternatively, we could import it into th curthooks module and call a "setter" to find the right value and it would be a global to the module.

Thoughts?

« Back to merge proposal