← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1833446] [NEW] 5 second delay failing to communicate with OpenStack HTTP endpoint during boot on Oracle Cloud Infrastructure

 

Public bug reported:

The eventual traceback:

2019-06-19 16:27:02,468 - util.py[DEBUG]: Failed fetching meta-data/ from url http://169.254.169.254/latest/meta-data/
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/cloudinit/ec2_utils.py", line 178, in _get_instance_metadata
    response = caller(md_url)
  File "/usr/lib/python3/dist-packages/cloudinit/url_helper.py", line 107, in read_file_or_url
    exception_cb=exception_cb)
  File "/usr/lib/python3/dist-packages/cloudinit/url_helper.py", line 306, in readurl
    raise excps[-1]
cloudinit.url_helper.UrlError: 404 Client Error: Not Found for url: http://169.254.169.254/latest/meta-data/

(I can confirm several minutes after instance launch that I still see
the same 404 error.)

** Affects: cloud-init
     Importance: Undecided
         Status: New


** Tags: oci

** Attachment added: "cloud-init.tar.gz"
   https://bugs.launchpad.net/bugs/1833446/+attachment/5271601/+files/cloud-init.tar.gz

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

Title:
  5 second delay failing to communicate with OpenStack HTTP endpoint
  during boot on Oracle Cloud Infrastructure

Status in cloud-init:
  New

Bug description:
  The eventual traceback:

  2019-06-19 16:27:02,468 - util.py[DEBUG]: Failed fetching meta-data/ from url http://169.254.169.254/latest/meta-data/
  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/cloudinit/ec2_utils.py", line 178, in _get_instance_metadata
      response = caller(md_url)
    File "/usr/lib/python3/dist-packages/cloudinit/url_helper.py", line 107, in read_file_or_url
      exception_cb=exception_cb)
    File "/usr/lib/python3/dist-packages/cloudinit/url_helper.py", line 306, in readurl
      raise excps[-1]
  cloudinit.url_helper.UrlError: 404 Client Error: Not Found for url: http://169.254.169.254/latest/meta-data/

  (I can confirm several minutes after instance launch that I still see
  the same 404 error.)

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


Follow ups