ShowProject of identity 2.0 API throws runtime error
Bug #1740232 reported by Yang Youseok
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Fix Released |
Undecided |
Unassigned | ||
Bug Description
'openstack project show [ID]' generates runtime error if the project have extra properties. It's due to the fact that item generated by generator pops during iteration.
Log below.
File "/home/ deploy/ .local/ lib/python3. 5/site- packages/ openstackclient /identity/ v2_0/project. py", line 292, in take_action
for k, v in info.items():
RuntimeError: dictionary changed size during iteration