← Back to team overview

cloud-init-dev team mailing list archive

[Merge] lp:~harlowja/cloud-init/notify-on-reload into lp:cloud-init

 

The proposal to merge lp:~harlowja/cloud-init/notify-on-reload into lp:cloud-init has been updated.

Commit Message changed to:

Use a notify/subscribe model for configuration/distro reloading.
  
  Instead of the previous way where we reached into the datasource
  object and messed with its properties its cleaner to create a 
  tiny set of functions that can be used to notify others of changes
  and let them use those changes as they wish. So instead of messing
  with the datasource properties, just notify it something has changed
  and have the datasource modify itself instead.

For more details, see:
https://code.launchpad.net/~harlowja/cloud-init/notify-on-reload/+merge/140365
-- 
https://code.launchpad.net/~harlowja/cloud-init/notify-on-reload/+merge/140365
Your team cloud init development team is requested to review the proposed merge of lp:~harlowja/cloud-init/notify-on-reload into lp:cloud-init.


References