← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1274487] [NEW] neutron-metadata-agent incorrectly passes keystone token to neutronclient

 

Public bug reported:

When instantiating a neutron client, the agent passes keystone token to
object __init__ as auth_token= keyword argument, while neutronclient
expects token=. This results in extensive interaction with keystone on
cloud-init service startup because each request from an instance to
metadata agent results in new token request.

** Affects: neutron
     Importance: Undecided
     Assignee: Ihar Hrachyshka (ihar-hrachyshka)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Ihar Hrachyshka (ihar-hrachyshka)

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

Title:
  neutron-metadata-agent incorrectly passes keystone token to
  neutronclient

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  When instantiating a neutron client, the agent passes keystone token
  to object __init__ as auth_token= keyword argument, while
  neutronclient expects token=. This results in extensive interaction
  with keystone on cloud-init service startup because each request from
  an instance to metadata agent results in new token request.

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


Follow ups

References