← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1426305] [NEW] metadata server not reachable with 169.254.0.0/16 route

 

Public bug reported:

With openvswitch (tested both vlan and gre)
metadata server is not reachable 
when a 169.254.0.0/16 local route is present in a cloud VM
(as is the default with some OS versions)

Steps To Reproduce:
in a cloud VM do
ip r add 169.254.0.0/16 dev eth0
curl 169.254.169.254

Without this route, metadata traffic is routed through the default gw
and thus working fine.

** Affects: neutron
     Importance: Undecided
     Assignee: Pranav Salunke (dguitarbite)
         Status: In Progress

** Changed in: neutron
     Assignee: (unassigned) => Pranav Salunke (dguitarbite)

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

Title:
   metadata server not reachable with 169.254.0.0/16 route

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  With openvswitch (tested both vlan and gre)
  metadata server is not reachable 
  when a 169.254.0.0/16 local route is present in a cloud VM
  (as is the default with some OS versions)

  Steps To Reproduce:
  in a cloud VM do
  ip r add 169.254.0.0/16 dev eth0
  curl 169.254.169.254

  Without this route, metadata traffic is routed through the default gw
  and thus working fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1426305/+subscriptions


Follow ups

References