← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1942247] Re: Hotplug traceback on openstack bionic

 

Tracked in Github Issues as https://github.com/canonical/cloud-
init/issues/3901

** Bug watch added: github.com/canonical/cloud-init/issues #3901
   https://github.com/canonical/cloud-init/issues/3901

** Changed in: cloud-init
       Status: Triaged => Expired

-- 
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/1942247

Title:
  Hotplug traceback on openstack bionic

Status in cloud-init:
  Expired

Bug description:
  On Openstack, when responding to a hotplug event, we traceback attempting to detect the updated metdata:
  https://github.com/canonical/cloud-init/blob/main/cloudinit/cmd/devel/hotplug_hook.py#L143

  This is due to the network data being set to None here:
  https://github.com/canonical/cloud-init/blob/main/cloudinit/sources/DataSourceOpenStack.py#L117

  We should gracefully handle getting no network metdata.

  This doesn't prevent the hotplug action from completing successfully.
  This is in the code to detect that metadata has been updated
  successfully post hotplug.

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



References