yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #19868
[Bug 1365352] [NEW] metadata agent does not cache auth info
Public bug reported:
metadata agent had tried to cache auth info by the means of
"self.auth_info = qclient.get_auth_info()" in
_get_instance_and_tenant_id(), however this qclient is not the exact one
which would be used in inner methods, In short, metadata agent does not
implement auth info caching correctly but still retrieves new token from
keystone every time.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1365352
Title:
metadata agent does not cache auth info
Status in OpenStack Neutron (virtual network service):
New
Bug description:
metadata agent had tried to cache auth info by the means of
"self.auth_info = qclient.get_auth_info()" in
_get_instance_and_tenant_id(), however this qclient is not the exact
one which would be used in inner methods, In short, metadata agent
does not implement auth info caching correctly but still retrieves new
token from keystone every time.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1365352/+subscriptions
Follow ups
References