neutron-metadata-agent incorrectly passes keystone token to neutronclient
Bug #1274487 reported by
Ihar Hrachyshka
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Ihar Hrachyshka | ||
Havana |
Fix Released
|
High
|
Ihar Hrachyshka |
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.
Changed in neutron: | |
assignee: | nobody → Ihar Hrachyshka (ihar-hrachyshka) |
tags: | added: havana-backport-potential |
Changed in neutron: | |
importance: | Undecided → High |
milestone: | none → icehouse-3 |
tags: | removed: havana-backport-potential |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | icehouse-3 → 2014.1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/70178
Review: https:/