Failed to delete keystone group

Bug #1533182 reported by Oleksii Chuprykov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
Medium
Oleksii Chuprykov

Bug Description

Create stack with KeystoneGroup resource and then try to delete it.

2016-01-12 14:29:05.193 TRACE heat.engine.resource Traceback (most recent call last):
2016-01-12 14:29:05.193 TRACE heat.engine.resource File "/opt/stack/heat/heat/engine/resource.py", line 626, in _action_recorder
2016-01-12 14:29:05.193 TRACE heat.engine.resource yield
2016-01-12 14:29:05.193 TRACE heat.engine.resource File "/opt/stack/heat/heat/engine/resource.py", line 1286, in delete
2016-01-12 14:29:05.193 TRACE heat.engine.resource yield self.action_handler_task(action, *action_args)
2016-01-12 14:29:05.193 TRACE heat.engine.resource File "/opt/stack/heat/heat/engine/scheduler.py", line 295, in wrapper
2016-01-12 14:29:05.193 TRACE heat.engine.resource step = next(subtask)
2016-01-12 14:29:05.193 TRACE heat.engine.resource File "/opt/stack/heat/heat/engine/resource.py", line 668, in action_handler_task
2016-01-12 14:29:05.193 TRACE heat.engine.resource handler_data = handler(*args)
2016-01-12 14:29:05.193 TRACE heat.engine.resource File "/opt/stack/heat/heat/engine/resources/openstack/keystone/group.py", line 111, in handle_delete
2016-01-12 14:29:05.193 TRACE heat.engine.resource group_id=self.resource_id)
2016-01-12 14:29:05.193 TRACE heat.engine.resource AttributeError: 'function' object has no attribute 'ignore_not_found'

Changed in heat:
assignee: nobody → Oleksii Chuprykov (ochuprykov)
Changed in heat:
status: New → In Progress
Changed in heat:
milestone: none → mitaka-2
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/266339
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=4200b2c3249df2e18313b397d358358448239fcd
Submitter: Jenkins
Branch: master

commit 4200b2c3249df2e18313b397d358358448239fcd
Author: Oleksii Chuprykov <email address hidden>
Date: Tue Jan 12 14:37:41 2016 +0200

    Use client_plugin as a function

    We need call client_plugin() to get client_plugin object.

    Closes-Bug: #1533182
    Change-Id: If9705361cedd14d20f193b4195c20917ce08bd6a

Changed in heat:
status: In Progress → Fix Released
Revision history for this message
Thierry Carrez (ttx) wrote : Fix included in openstack/heat 6.0.0.0b2

This issue was fixed in the openstack/heat 6.0.0.0b2 development milestone.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote :

This issue was fixed in the openstack/heat 6.0.0.0b2 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.