← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1518402] Re: Make MetadataProxyHandler configurable

 

** Changed in: neutron
       Status: In Progress => Invalid

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

Title:
  Make MetadataProxyHandler configurable

Status in neutron:
  Invalid

Bug description:
  Vendors may need additional processing when handling metadata
  requests.

  For example, a metadata request going through a router may not carry
  the router_id in the header. If the network_id in the request header is
  the routed-to network instead of the original network, metadata agent
  can not find the corresponding port via the _get_port function.

  This problem can be solved by providing vendor's own _get_port function
  that does additional lookups. To achieve this goal, MetadataProxyHandler
  class needs to be configurable.

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


References