Update comment about distro handling its timezone

This commit is contained in:
Joshua Harlow 2012-06-15 18:29:49 -07:00
parent 195a7172a8
commit b9af5cde30

View File

@ -32,5 +32,6 @@ def handle(_name, cfg, cloud, log, args):
if not timezone:
log.debug("Skipping module named %s, no 'timezone' specified", name)
return
# Let the distro handle settings its timezone
cloud.distro.set_timezone(timezone)