Comment 2 for bug 1641614

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-cloud-controller (master)

Reviewed: https://review.openstack.org/397209
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=366398e0b3e1d79ab81e757093b2343f046125ca
Submitter: Jenkins
Branch: master

commit 366398e0b3e1d79ab81e757093b2343f046125ca
Author: James Page <email address hidden>
Date: Mon Nov 14 14:24:32 2016 +0000

    Guard return value from get_hostname

    It's possible that the get_hostname call use when resolving the
    full hostname of a IP address may return None in the event that
    a hostname cannot be resolved via DNS.

    Ensure that None values are not added to the list of hostnames
    to validated for SSH key configuration.

    Change-Id: I910224f9c22b7e0b8e53faddc64e3715389cc691
    Closes-Bug: 1641614