fixed in 0.7.6

** Also affects: cloud-init
   Importance: Undecided
       Status: New

** Changed in: cloud-init
   Importance: Undecided => Medium

** Changed in: cloud-init
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1340903

Title:
  cc_ssh_authkey_fingerprints does not honor cfg option
  'no_ssh_fingerprints'

Status in Init scripts for use on cloud images:
  Fix Released
Status in “cloud-init” package in Ubuntu:
  Fix Released

Bug description:
  This appears to be a simple typo:

  config.cc_ssh_authkey_fingerprints.handle:

      if 'no_ssh_fingerprints' in cfg:
          log.debug(("Skipping module named %s, "
                     "logging of ssh fingerprints disabled"), name)

  should be:

      if 'no_ssh_fingerprints' in cfg:
          log.debug(("Skipping module named %s, "
                     "logging of ssh fingerprints disabled"), name)
          return

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1340903/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to