Removed exclude conditional on keys-to-console

This commit is contained in:
Nate House nathan.house@rackspace.com 2014-02-06 15:42:51 -06:00
parent f458a78898
commit 061a5048fe

View File

@ -30,8 +30,6 @@ HELPER_TOOL = '/usr/lib/cloud-init/write-ssh-key-fingerprints'
def handle(name, cfg, _cloud, log, _args):
if _cloud.distro.is_excluded(name):
return
if not os.path.exists(HELPER_TOOL):
log.warn(("Unable to activate module %s,"
" helper tool not found at %s"), name, HELPER_TOOL)