[library] neutron.rb uses cached call to keystone provider and can end up raising nil exception or otherwise fail to find resources created during this run of puppet
Bug #1344293 reported by
Andrew Woodward
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Bogdan Dobrelya | ||
puppet-keystone |
Invalid
|
Undecided
|
Unassigned | ||
puppet-neutron |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
https:/
from
@tenant_hash ||= build_tenant_hash
to
@tenant_hash = build_tenant_hash
was enough to stop the error.
Note this was noted with an much older version of keystone and could possibly not apply any longer, however it will be re-evaluated when we pull the new kesystone module in the next couple of weeks
Changed in fuel: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Andrew Woodward (xarses) |
milestone: | none → 5.1 |
summary: |
- neutron.rb uses cached call to keystone provider and can end up raising - nil exception or otherwise fail to find resources created during this - run of puppet + [library] neutron.rb uses cached call to keystone provider and can end + up raising nil exception or otherwise fail to find resources created + during this run of puppet |
summary: |
- [library] neutron.rb uses cached call to keystone provider and can end - up raising nil exception or otherwise fail to find resources created - during this run of puppet + neutron.rb uses cached call to keystone provider and can end up raising + nil exception or otherwise fail to find resources created during this + run of puppet |
tags: | added: library |
Changed in fuel: | |
assignee: | Andrew Woodward (xarses) → Dmitry Ilyin (idv1985) |
summary: |
- neutron.rb uses cached call to keystone provider and can end up raising - nil exception or otherwise fail to find resources created during this - run of puppet + [library] neutron.rb uses cached call to keystone provider and can end + up raising nil exception or otherwise fail to find resources created + during this run of puppet |
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Sergey Vasilenko (xenolog) |
Changed in fuel: | |
milestone: | 6.0 → 6.1 |
Changed in fuel: | |
status: | Confirmed → Triaged |
Changed in puppet-neutron: | |
status: | New → Confirmed |
Changed in puppet-keystone: | |
status: | New → Confirmed |
assignee: | nobody → Bogdan Dobrelya (bogdando) |
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Bogdan Dobrelya (bogdando) |
milestone: | 6.1 → 6.0 |
Changed in fuel: | |
status: | Triaged → In Progress |
Changed in puppet-keystone: | |
assignee: | Bogdan Dobrelya (bogdando) → nobody |
Changed in puppet-keystone: | |
status: | In Progress → New |
Changed in puppet-keystone: | |
status: | New → Invalid |
To post a comment you must log in.
It's easy to fix but it will require modificaton of the upstream keystone module. I don't think its woth it.
Or we can send patch to the upstream...