Comment 1 for bug 1796053

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cloudbase-init (master)

Reviewed: https://review.openstack.org/607898
Committed: https://git.openstack.org/cgit/openstack/cloudbase-init/commit/?id=9bd096803e24091af294ea450d24d6b45fe9ff4b
Submitter: Zuul
Branch: master

commit 9bd096803e24091af294ea450d24d6b45fe9ff4b
Author: Adrian Vladu <email address hidden>
Date: Thu Oct 4 13:03:16 2018 +0300

    Fix get_network_details_v2 exception

    get_network_details_v2 implementation should be consistent with
    the base metadata service implementation.
    The method should return None in case the underlying metadata
    does not exist or if it is invalid.

    Change-Id: Ida3fe780f22dc20db6bd8ed3f43728a2671b46da
    Closes-Bug: #1796053