cloud-init/cloudinit/handlers
Scott Moser e6db6cb0e5 simplify consume_vendordata, move exclusion, consume_vendordata per instance
this simplifies consume_vendordata a bit, changes consume_vendordata to
be by default "PER_INSTANCE" (like userdata).

The other thing we do here is move the exlusion to be handled when walking the
data.  The benefit of doing it then is that we can exclude part-handlers.

Without the ability to exlude part handlers, exclusion is basically useless
(since part-handlers could accomplish anything they wanted).
2014-01-16 16:57:21 -05:00
..
__init__.py simplify consume_vendordata, move exclusion, consume_vendordata per instance 2014-01-16 16:57:21 -05:00
boot_hook.py Use a util helper to do prefix/suffix removal. 2013-07-21 09:34:26 -07:00
cloud_config.py Significant re-working of the userdata handling and introduction of 2014-01-08 17:16:24 -07:00
shell_script.py Significant re-working of the userdata handling and introduction of 2014-01-08 17:16:24 -07:00
upstart_job.py Use constants for repeated type strings. 2013-07-21 09:26:44 -07:00